First time here? Check out the FAQ!
2016-09-19 09:27:46 -0600 | commented question | RDO TripleO Mitaka HA Overcloud Failing Hi, the issue can be resolved. There was issue in the deployment yaml scripts. Once we rectified the yaml files, deployment went smoothly. |
2016-09-12 11:31:47 -0600 | received badge | ● Famous Question (source) |
2016-08-08 14:15:18 -0600 | commented question | how to assign a different network for vm inside openstack? any specific reason for not using Neutron ? |
2016-08-08 11:00:04 -0600 | received badge | ● Notable Question (source) |
2016-08-05 09:47:08 -0600 | received badge | ● Enthusiast |
2016-08-04 06:53:04 -0600 | received badge | ● Popular Question (source) |
2016-08-03 15:57:49 -0600 | asked a question | RDO TripleO Mitaka HA Overcloud Failing Hi All, I am currently working on Tripleo Mitaka Openstack deployment on baremetal servers:
I followed Graeme's instructions here : https://www.redhat.com/archives/rdo-list/2016-June/msg00049.html (https://www.redhat.com/archives/rdo-l...) to set up Undercloud . Undercloud deployment was successful and all the images required for overcloud deployment was properly built as per the instruction. I would like to mention that I used libvirt tools to modify the root password on overcloud-full.qcow2 and we also modified the grub file to include “net.ifnames=0 biosdevname=0” to restore old interface naming. I was able to successfully introspect 2 serves to be used for controller and compute nodes. Also , we added the serial device discovered during introspection as root device:
Next, we added compute and control tag to respective introspected node with local boot option: ironic node-update 604f7dfc-38af-4fe0-8986-4c8ac5f956e2 add properties/capabilities='profile:control,boot_option:local' ironic node-update afcfbee3-3108-48da-a6da-aba8f422642c add properties/capabilities='profile:compute,boot_option:local' We used multiple NIC templates for control and compute node which has been attached along with network-environment.yaml file. Default network isolation template file has been used. Deployment script looks like this :
Heat stack deployment goes on more really long time (more than 4 hours) and gets stuck at postdeployment configurations. Please find below the capture during install : (more) |
2016-07-28 14:40:06 -0600 | received badge | ● Supporter (source) |
2016-07-25 13:15:12 -0600 | received badge | ● Famous Question (source) |
2016-07-09 10:00:36 -0600 | received badge | ● Notable Question (source) |
2016-07-05 09:23:50 -0600 | received badge | ● Popular Question (source) |
2016-06-29 09:41:01 -0600 | asked a question | rdo tripleO liberty undercloud install failing I am trying to do undercloud installation on baremetal for Openstack liberty but the install is failing. Even after properly updating the undercloud.conf file and checking the network configuration, undercloud deployment still fails. To recreate the issue , I am mentioning all the configuration steps:
install ends in error: (more) |
2016-06-29 09:40:57 -0600 | asked a question | RDO Manager TripleO Undercloud Install failing I am trying to do undercloud installation on baremetal for Openstack liberty but the install is failing. Even after properly updating the undercloud.conf file and checking the network configuration, undercloud deployment still fails. >
Could you try removing the 192.0.2.1 entry from /etc/hosts and replace it with the address of the public interface, e.g: $ip_public_nic rdo-undercloud rdo-undercloud.mydomain then rerun openstack undercloud install (more) |