Initial installer support for demo-system was added to master with commit 854db78
Initial installer support for single-server was added to master with
commit d16ea62
All of this needs a lot of testing first. Furthermore the node-integration needs to support the new node types as well, therefore dispatching this bug to patklaey.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All variants (vm-node, storage-node, single and demo) have been tested with 1.2.0-rc13 and installer of 19.02.12 ( https://github.com/FOSS-Cloud/installer/commit/d16ea62ec61eb81d9e2886be0b3924cd9ae68b2d ). All were successful but the demo. At the first boot at the configuration of the slap daemon the following is being throwed (following a part of rc.log):
Starting local
+------------------------------------------------------------------------------------------------------------------------------+
| Demo-System Installation |
+------------------------------------------------------------------------------------------------------------------------------+
+------------------------------------------------------------------------------------------------------------------------------+
| Retrieving local network configuration ... |
+------------------------------------------------------------------------------------------------------------------------------+
Local network configuration retrieval ok!
Unpacking tarball /usr/share/foss-cloud/predefined-storage.tar.bz2, depending on it's size this action can take some minutes ...
Tarball /what/do/i/know does not exist
+------------------------------------------------------------------------------------------------------------------------------+
| Configuring the libvirtd daemon ... |
+------------------------------------------------------------------------------------------------------------------------------+
Working on /etc/libvirt/libvirtd.conf ...
Found: #listen_addr = "192.168.0.1"
Replacing with: listen_addr = "127.0.0.1"
Writing 'listen_addr = "127.0.0.1"' to the file /etc/libvirt/libvirtd.conf ...
Starting the daemon libvirtd ...
Executing: /etc/init.d/libvirtd start...
* Starting libvirtd ... [ ok ]
Started libvirtd successfully!
Adding the daemon libvirtd to the runlevel default ...
Executing: rc-update add libvirtd default ...
Added libvirtd successfully to runlevel default!
+------------------------------------------------------------------------------------------------------------------------------+
| Configuring the slapd daemon ... |
+------------------------------------------------------------------------------------------------------------------------------+
Stopping the daemon slapd ...
The daemon slapd is not running, doing nothing.
Setting the proper permissions on the directory /etc/openldap ...
Working on /etc/openldap/ldap.conf ...
Found: URI <foss-cloud-ldap-vip-uri>
Use of uninitialized value $int_vip in concatenation (.) or string at /usr/sbin/fc-node-configuration line 1873.
Use of uninitialized value $int_vip in concatenation (.) or string at /usr/sbin/fc-node-configuration line 1874.
Replacing with: URI ldap://:389
Use of uninitialized value $int_vip in concatenation (.) or string at /usr/sbin/fc-node-configuration line 1880.
Writing: URI ldap://:389
To the file: /etc/openldap/ldap.conf
Setting the proper permissions on the file /etc/openldap/ldap.conf ...</foss-cloud-ldap-vip-uri>
Working on /etc/openldap/slapd.conf ...
Can't use string ("0") as a HASH ref while "strict refs" in use at /usr/sbin/fc-node-configuration line 1937. [ ok ]
rc default logging stopped at Wed Feb 20 14:00:02 2013
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Change mile stone according to meeting from 130128
Initial installer support for demo-system was added to master with commit 854db78
Initial installer support for single-server was added to master with
commit d16ea62
All of this needs a lot of testing first. Furthermore the node-integration needs to support the new node types as well, therefore dispatching this bug to patklaey.
All variants (vm-node, storage-node, single and demo) have been tested with 1.2.0-rc13 and installer of 19.02.12 ( https://github.com/FOSS-Cloud/installer/commit/d16ea62ec61eb81d9e2886be0b3924cd9ae68b2d ). All were successful but the demo. At the first boot at the configuration of the slap daemon the following is being throwed (following a part of rc.log):
+------------------------------------------------------------------------------------------------------------------------------+
| Demo-System Installation |
+------------------------------------------------------------------------------------------------------------------------------+
+------------------------------------------------------------------------------------------------------------------------------+
| Retrieving local network configuration ... |
+------------------------------------------------------------------------------------------------------------------------------+
Local network configuration retrieval ok!
Unpacking tarball /usr/share/foss-cloud/predefined-storage.tar.bz2, depending on it's size this action can take some minutes ...
Tarball /what/do/i/know does not exist
+------------------------------------------------------------------------------------------------------------------------------+
| Configuring the libvirtd daemon ... |
+------------------------------------------------------------------------------------------------------------------------------+
Working on /etc/libvirt/libvirtd.conf ...
Found: #listen_addr = "192.168.0.1"
Replacing with: listen_addr = "127.0.0.1"
Writing 'listen_addr = "127.0.0.1"' to the file /etc/libvirt/libvirtd.conf ...
Starting the daemon libvirtd ...
Executing: /etc/init.d/libvirtd start...
* Starting libvirtd ...
[ ok ]
Started libvirtd successfully!
Adding the daemon libvirtd to the runlevel default ...
Executing: rc-update add libvirtd default ...
Added libvirtd successfully to runlevel default!
+------------------------------------------------------------------------------------------------------------------------------+
| Configuring the slapd daemon ... |
+------------------------------------------------------------------------------------------------------------------------------+
Stopping the daemon slapd ...
The daemon slapd is not running, doing nothing.
Setting the proper permissions on the directory /etc/openldap ...
Working on /etc/openldap/ldap.conf ...
Found: URI <foss-cloud-ldap-vip-uri>
Use of uninitialized value $int_vip in concatenation (.) or string at /usr/sbin/fc-node-configuration line 1873.
Use of uninitialized value $int_vip in concatenation (.) or string at /usr/sbin/fc-node-configuration line 1874.
Replacing with: URI ldap://:389
Use of uninitialized value $int_vip in concatenation (.) or string at /usr/sbin/fc-node-configuration line 1880.
Writing: URI ldap://:389
To the file: /etc/openldap/ldap.conf
Setting the proper permissions on the file /etc/openldap/ldap.conf ...</foss-cloud-ldap-vip-uri>
Working on /etc/openldap/slapd.conf ...
Can't use string ("0") as a HASH ref while "strict refs" in use at /usr/sbin/fc-node-configuration line 1937.
[ ok ]
rc default logging stopped at Wed Feb 20 14:00:02 2013
With the fix of [#252] Single Server installation failed, this change request is fulfilled.
Related
Bugs: #252