diff --git a/vagrant/config/config_ogBoot.json b/vagrant/config/config_ogBoot.json new file mode 100644 index 0000000..2667f53 --- /dev/null +++ b/vagrant/config/config_ogBoot.json @@ -0,0 +1 @@ +{"release": "opengnsys_devel-0.0.21", "ogCore_ServerIP": "192.168.2.1", "ogBoot_ServerIP": "192.168.2.1", "ogBoot_Dir": "/opt/opengnsys/ogboot", "ogLive_Default": "https://ognproject.evlt.uma.es/oglive/ogLive-noble-6.8.0-31-generic-amd64-r20241128.62778c9_20241129.iso", "ogBootSambaUser": "opengnsys", "ogBootSambaPass": "og", "confirm_ogBootSambaPass": "og"} diff --git a/vagrant/config/config_ogCore.json b/vagrant/config/config_ogCore.json new file mode 100644 index 0000000..7d205ec --- /dev/null +++ b/vagrant/config/config_ogCore.json @@ -0,0 +1 @@ +{"release": "opengnsys_devel-0.0.21", "username": "ogadmin", "password": "12345678", "confirm_password": "12345678"} diff --git a/vagrant/config/config_ogDhcp.json b/vagrant/config/config_ogDhcp.json new file mode 100644 index 0000000..b584b39 --- /dev/null +++ b/vagrant/config/config_ogDhcp.json @@ -0,0 +1 @@ +{"release": "opengnsys_devel-0.0.21", "ogbootIP": "192.168.2.1", "ogDhcpIP": "192.168.2.1", "ogDhcp_Dir": "/opt/opengnsys/ogdhcp", "interfaces": ["eth1"]} diff --git a/vagrant/config/config_ogGui.json b/vagrant/config/config_ogGui.json new file mode 100644 index 0000000..f3fd43e --- /dev/null +++ b/vagrant/config/config_ogGui.json @@ -0,0 +1 @@ +{"release": "opengnsys_devel-0.0.21", "ogcore_ip": "https://127.0.0.1:8443"} diff --git a/vagrant/config/config_ogRepository.json b/vagrant/config/config_ogRepository.json new file mode 100644 index 0000000..d64ab7b --- /dev/null +++ b/vagrant/config/config_ogRepository.json @@ -0,0 +1 @@ +{"release": "opengnsys_devel-0.0.21", "ogrepository_ip": "192.168.2.1", "ogcore_server_ip": "192.168.2.1", "ogrepository_samba_user": "opengnsys", "ogrepository_samba_pass": "og", "confirm_repository_password": "og"}