HP Helion OpenStack® CE 1.4 Installation Notes – Day 2 (Rough work)

HP Helion OpenStack® CE 1.4 Installation Notes (Take 2)

Seed Installation

…restarting back at Step 16 from yesterday’s blogpost using the required 64 bit Ubuntu 14.10 binary..

16. Start the installation using the following command

HP_VM_MODE=y bash -x ~root/work/tripleo/tripleo-incubator/scripts/hp_ced_host_manager.sh –create seed

Starting the Undercloud & Overcloud deployment

17. Log in to the seed VM

ssh 192.0.2.1

18. Setup the following environment variables

[official documentation
example sets OVERCLOUD_NTP_SERVER twice, one should be UNDERCLOUD_NTP_SERVER]

  • OVERCLOUD_NTP_SERVER
    • e.g. export OVERCLOUD_NTP_SERVER=192.168.1.76
  • UNDERCLOUD_NTP_SERVER
    • e.g. export UNDERCLOUD_NTP_SERVER=192.168.1.76
  • OVERCLOUD_NEUTRON_DVR
    • e.g. export OVERCLOUD_NEUTRON_DVR=False

18. Start the deployment of both clouds

cd /root

bash -x /root/tripleo/tripleo-incubator/scripts/hp_ced_installer.sh

19. FAILURE TWO!!! Got as far as setting up neutron….

Appendix

Installing NTP Server on a the host of the Seed VM

  1. If you don’t have an existing NTP server on your network one can be installed on the hosting server of the seed vm. Log in as root and issue the following command

sudo apt-get install ntp

 

Update 01/12/14: See post for work around.

One thought on “HP Helion OpenStack® CE 1.4 Installation Notes – Day 2 (Rough work)

Comments are closed.