Menu

#192 Demo / Single Server Installation

v.1.2.0_rc10
closed-fixed
None
Node-Integration
9
2013-04-05
2013-01-28
No

The demo installation has to be verified. Alternative we could implement the Single Server installation

Discussion

  • Beat Stebler

    Beat Stebler - 2013-01-29
    • milestone: v.1.2.0_rc9 --> v.1.2.0_rc10
     
  • Beat Stebler

    Beat Stebler - 2013-01-29

    Change mile stone according to meeting from 130128

     
  • Beat Stebler

    Beat Stebler - 2013-01-29
    • component: Unknown --> Installer
     
  • Michael Eichenberger

    • assigned_to: Christian Affolter
     
  • Beat Stebler

    Beat Stebler - 2013-02-14
    • priority: 5 --> 9
     
  • Christian Affolter

    • assigned_to: Christian Affolter --> Pat Kläy
    • component: Installer --> Node-Integration
     
  • Christian Affolter

    • 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.

     
  • David Vollmer

    David Vollmer - 2013-02-20

    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

     
  • Michael Eichenberger

    • status: open --> pending-fixed
     
  • Michael Eichenberger

    With the fix of [#252] Single Server installation failed, this change request is fulfilled.

     

    Related

    Bugs: #252

  • Michael Eichenberger

    • status: pending-fixed --> open-fixed
     
  • Beat Stebler

    Beat Stebler - 2013-04-05
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.