Sunday, July 31, 2016

Stable Mitaka HA instack-virt-setup on CentOS 7.2 VIRTHOST

UPDATE 09/13/2016
  As of now schema bellow by some reasons fails requesting
 python2-keystoneauth1 2.10 when stable repo priority 2 provides
 just 2.4 in phase `openstack overcloud build images --all`
 Attempt to build based on :-
   http://trunk.rdoproject.org/centos7-newton/current/delorean.repo
   http://trunk.rdoproject.org/centos7-newton/delorean-deps.repo
comes to phase of overcloud deployment, however attempt to proceed fails :-
The files ('overcloud-without-mergepy.yaml', 'overcloud.yaml') not found
in the /usr/share/openstack-tripleo-heat-templates/ directory
 The last message is understandable due to oncoming updates
in Newton release  https://marc.ttias.be/openstack-dev/2016-08/msg01920.php
See also " CI broken: RDO picks stable/newton tripleoclient version in master"
https://bugs.launchpad.net/tripleo/+bug/1622353
  I would expect Newton Delorean trunks start to work early October 2016. 
END UPDATE 

UPDATE 09/03/2016
  The most recent changes at page http://tripleo.org/basic_deployment/basic_deployment_cli.html
Tuning stack's environment as advised on mentioned page
 export DELOREAN_TRUNK_REPO="http://trunk.rdoproject.org/centos7-mitaka/current/"
export DIB_YUM_REPO_CONF=/etc/yum.repos.d/delorean* 
doesn't work for me. Overcloud deployment just hangs
END UPDATE

Following is step by step self sufficient instruction performing
Mitaka HA instack-virt-setup on CentOS 7.2 VIRTHOST based on delorean
repos  :-
   http://trunk.rdoproject.org/centos7-mitaka/current/delorean.repo
   http://trunk.rdoproject.org/centos7-mitaka/delorean-deps.repo
It follows official guide lines and updates undercloud with OVSIntPort vlan10
for br-ctlplane OVS bridge making posible HA and/or Ceph overcloud deployments with "Network Isolation" enabled. See also an upstream commit https://review.openstack.org/#/c/329438/  been done by Marios Andreou on 06/14/2016

=========================================
VIRTHOST - stack's  .bashrc configuration
=========================================
# curl -o /etc/yum.repos.d/delorean-mitaka.repo \
    http://trunk.rdoproject.org/centos7-mitaka/current/delorean.repo
#  curl -o /etc/yum.repos.d/delorean-deps-mitaka.repo \
   http://trunk.rdoproject.org/centos7-mitaka/delorean-deps.repo
#  yum -y install yum-plugin-priorities
#  yum -y install epel-release

[stack@ServerCentOS7$ ~]$ env | grep NODE
export NODE_MEM=6000
export NODE_COUNT=5
export UNDERCLOUD_NODE_CPU=2
export NODE_CPU=2
export NODE_DIST=centos7
export UNDERCLOUD_NODE_MEM=7500 
export FS_TYPE=EXT4

$ sudo yum install instack-undercloud
$ instack-virt-setup

===========================
INSTACK
===========================
[stack@instack ~]$  sudo curl -o /etc/yum.repos.d/delorean-mitaka.repo \
       http://trunk.rdoproject.org/centos7-mitaka/current/delorean.repo
[stack@instack ~]$  sudo curl -o /etc/yum.repos.d/delorean-deps-mitaka.repo \
       http://trunk.rdoproject.org/centos7-mitaka/delorean-deps.repo
[stack@instack ~]$  sudo yum -y install yum-plugin-priorities
[stack@instack ~]$ cat .bashrc
     # .bashrc
     # Source global definitions
     if [ -f /etc/bashrc ]; then
    . /etc/bashrc
     fi

     # Uncomment the following line if you don't like systemctl's auto-paging feature:
     # export SYSTEMD_PAGER=
     export NODE_DIST=centos7
     export USE_DELOREAN_TRUNK=1
     export DELOREAN_TRUNK_REPO="http://trunk.rdoproject.org/centos7-mitaka/current/"
     export DELOREAN_REPO_FILE="delorean.repo"
     # User specific aliases and functions

    $  sudo yum install -y python-tripleoclient
    $  openstack undercloud install
    $   source stackrc
    $   env | grep DEL
    $   source stackrc
    $  openstack overcloud image build --all
    $  openstack overcloud image upload
    $  openstack baremetal import instackenv.json
    $  openstack baremetal configure boot
    $  openstack baremetal introspection bulk start
    $  neutron subnet-list
    $  neutron subnet-update 1b7d82e5-0bf1-4ba5-8008-4aa402598065 --dns-nameserver 8.8.8.8
    $  sudo ovs-vsctl show
    $  sudo vi /etc/sysconfig/network-scripts/ifcfg-vlan10
       DEVICE=vlan10
       ONBOOT=yes
       DEVICETYPE=ovs
       TYPE=OVSIntPort
       BOOTPROTO=static
       IPADDR=10.0.0.1
       NETMASK=255.255.255.0
       OVS_BRIDGE=br-ctlplane
       OVS_OPTIONS="tag=10"

    $  sudo ifup vlan10
   [stack@instack ~]$ cat network_env.yaml
    {
    "parameter_defaults": {
        "ControlPlaneDefaultRoute": "192.0.2.1",
        "ControlPlaneSubnetCidr": "24",
        "DnsServers": [
            "192.168.122.43"
        ],
        "EC2MetadataIp": "192.0.2.1",
        "ExternalAllocationPools": [
            {
                "end": "10.0.0.250",
                "start": "10.0.0.4"
            }
        ],
        "ExternalNetCidr": "10.0.0.1/24",
        "NeutronExternalNetworkBridge": ""
    }
   }

Where 192.168.122.43 is instack VM Ip.

   $  sudo ifup ifcfg-vlan10
   $  sudo iptables -A BOOTSTACK_MASQ -s 10.0.0.0/24 ! -d 10.0.0.0/24 -j MASQUERADE -t nat

   $  sudo ovs-vsctl show
   $ [stack@instack ~]$ sudo ovs-vsctl show
    Bridge br-ctlplane
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                type: internal
        Port "eth1"
            Interface "eth1"
        Port phy-br-ctlplane
            Interface phy-br-ctlplane
                type: patch
                options: {peer=int-br-ctlplane}
        Port br-ctlplane
            Interface br-ctlplane
                type: internal
    Bridge br-int
        fail_mode: secure
        Port int-br-ctlplane
            Interface int-br-ctlplane
                type: patch
                options: {peer=phy-br-ctlplane}
        Port br-int
            Interface br-int
                type: internal
        Port "tape8042136-81"
            tag: 1
            Interface "tape8042136-81"
                type: internal
    ovs_version: "2.5.0"
[stack@instack ~]$ ifconfig
br-ctlplane: flags=4163  mtu 1500
        inet 192.0.2.1  netmask 255.255.255.0  broadcast 192.0.2.255
        inet6 fe80::28c:73ff:fee7:a0c7  prefixlen 64  scopeid 0x20
        ether 00:8c:73:e7:a0:c7  txqueuelen 0  (Ethernet)
        RX packets 969827  bytes 64170341 (61.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 24905  bytes 1403706189 (1.3 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4163  mtu 1500
        inet 192.168.122.175  netmask 255.255.255.0  broadcast 192.168.122.255
        inet6 fe80::5054:ff:fee0:88ae  prefixlen 64  scopeid 0x20
        ether 52:54:00:e0:88:ae  txqueuelen 1000  (Ethernet)
        RX packets 792414  bytes 1147953477 (1.0 GiB)
        RX errors 0  dropped 2  overruns 0  frame 0
        TX packets 504124  bytes 41553838 (39.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4163  mtu 1500
        inet6 fe80::28c:73ff:fee7:a0c7  prefixlen 64  scopeid 0x20
        ether 00:8c:73:e7:a0:c7  txqueuelen 1000  (Ethernet)
        RX packets 969821  bytes 64170033 (61.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 24917  bytes 1403707133 (1.3 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 0  (Local Loopback)
        RX packets 345762  bytes 4297080640 (4.0 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 345762  bytes 4297080640 (4.0 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vlan10: flags=4163  mtu 1500
        inet 10.0.0.1  netmask 255.255.255.0  broadcast 10.0.0.255
        inet6 fe80::b0f8:92ff:feed:99bb  prefixlen 64  scopeid 0x20
        ether b2:f8:92:ed:99:bb  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 816 (816.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

$  vi overcloud-deploy.sh


     #!/bin/bash -x
     source /home/stack/stackrc    
     openstack overcloud deploy --templates --control-scale 3 \
     --compute-scale 2 \
     --libvirt-type qemu \
     --ntp-server pool.ntp.org  \
     -e  /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml \
     -e  /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
     -e  /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml \
     -e  $HOME/network_env.yaml
$  chmod a+x overcloud-deploy.sh
[stack@instack ~]$ ./overcloud-deploy.sh
Deploying templates in the directory /usr/share/openstack-tripleo-heat-templates
2016-07-31 05:39:20 [overcloud]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:20 [Networks]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [PcsdPassword]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [HeatAuthEncryptionKey]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [MysqlRootPassword]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [MysqlClusterUniquePart]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [RabbitCookie]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [VipConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [HorizonSecret]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [PcsdPassword]: CREATE_COMPLETE state changed
2016-07-31 05:39:20 [HeatAuthEncryptionKey]: CREATE_COMPLETE state changed
2016-07-31 05:39:20 [MysqlRootPassword]: CREATE_COMPLETE state changed
2016-07-31 05:39:20 [MysqlClusterUniquePart]: CREATE_COMPLETE state changed
2016-07-31 05:39:20 [overcloud-VipConfig-7kalyksojixl]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:20 [VipConfigImpl]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:20 [overcloud-Networks-rto6netaoodk]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:20 [ManagementNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [RabbitCookie]: CREATE_COMPLETE state changed
2016-07-31 05:39:21 [HorizonSecret]: CREATE_COMPLETE state changed
2016-07-31 05:39:21 [VipConfigImpl]: CREATE_COMPLETE state changed
2016-07-31 05:39:21 [overcloud-VipConfig-7kalyksojixl]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:21 [ExternalNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [InternalNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [StorageNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [StorageMgmtNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [TenantNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [overcloud-Networks-rto6netaoodk-ManagementNetwork-fbn47jr7bptq]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:21 [overcloud-Networks-rto6netaoodk-ManagementNetwork-fbn47jr7bptq]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:21 [overcloud-Networks-rto6netaoodk-InternalNetwork-rwmlbfr5dzdk]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:21 [InternalApiNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [overcloud-Networks-rto6netaoodk-StorageMgmtNetwork-4e5xbdltuz7q]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:21 [StorageMgmtNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [overcloud-Networks-rto6netaoodk-StorageNetwork-e3tr6nhcwdss]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:21 [StorageNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [StorageNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:21 [StorageSubnet]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [overcloud-Networks-rto6netaoodk-ExternalNetwork-ge5f4ydo2yw6]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:21 [ExternalNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:21 [ExternalNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:21 [ExternalSubnet]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:22 [VipConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:22 [ManagementNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:22 [InternalApiNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:22 [InternalApiSubnet]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:22 [StorageMgmtNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:22 [StorageMgmtSubnet]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:22 [overcloud-Networks-rto6netaoodk-TenantNetwork-xpwjehudwk6n]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:22 [TenantNetwork]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:22 [TenantNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:22 [TenantSubnet]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:23 [InternalApiSubnet]: CREATE_COMPLETE state changed
2016-07-31 05:39:23 [overcloud-Networks-rto6netaoodk-InternalNetwork-rwmlbfr5dzdk]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:23 [StorageMgmtSubnet]: CREATE_COMPLETE state changed
2016-07-31 05:39:23 [overcloud-Networks-rto6netaoodk-StorageMgmtNetwork-4e5xbdltuz7q]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:23 [StorageSubnet]: CREATE_COMPLETE state changed
2016-07-31 05:39:23 [overcloud-Networks-rto6netaoodk-StorageNetwork-e3tr6nhcwdss]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:23 [TenantSubnet]: CREATE_COMPLETE state changed
2016-07-31 05:39:23 [overcloud-Networks-rto6netaoodk-TenantNetwork-xpwjehudwk6n]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:23 [ExternalSubnet]: CREATE_COMPLETE state changed
2016-07-31 05:39:23 [overcloud-Networks-rto6netaoodk-ExternalNetwork-ge5f4ydo2yw6]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:24 [ExternalNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:24 [InternalNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:24 [StorageNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:24 [StorageMgmtNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:24 [TenantNetwork]: CREATE_COMPLETE state changed
2016-07-31 05:39:24 [overcloud-Networks-rto6netaoodk]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:25 [Networks]: CREATE_COMPLETE state changed
2016-07-31 05:39:25 [CephStorage]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:25 [ObjectStorage]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:25 [ControlVirtualIP]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:25 [overcloud-CephStorage-szz57nuogpix]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:25 [overcloud-CephStorage-szz57nuogpix]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:25 [overcloud-ObjectStorage-gtvrpkjraesp]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:25 [overcloud-ObjectStorage-gtvrpkjraesp]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:26 [ObjectStorage]: CREATE_COMPLETE state changed
2016-07-31 05:39:26 [CephStorage]: CREATE_COMPLETE state changed
2016-07-31 05:39:26 [ControlVirtualIP]: CREATE_COMPLETE state changed
2016-07-31 05:39:26 [StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:26 [InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:26 [overcloud-StorageMgmtVirtualIP-livasae7af57]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:27 [RedisVirtualIP]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:27 [StorageVirtualIP]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:27 [PublicVirtualIP]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:27 [overcloud-RedisVirtualIP-t7iyxhta3pno]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:27 [VipPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:27 [overcloud-InternalApiVirtualIP-4pgssemrxleu]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:27 [InternalApiPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:27 [InternalApiPort]: CREATE_COMPLETE state changed
2016-07-31 05:39:27 [overcloud-StorageVirtualIP-jzamyndluhjn]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:27 [StorageMgmtPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:27 [StorageMgmtPort]: CREATE_COMPLETE state changed
2016-07-31 05:39:27 [overcloud-StorageMgmtVirtualIP-livasae7af57]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:28 [VipPort]: CREATE_COMPLETE state changed
2016-07-31 05:39:28 [overcloud-RedisVirtualIP-t7iyxhta3pno]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:28 [overcloud-InternalApiVirtualIP-4pgssemrxleu]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:28 [StoragePort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:28 [StoragePort]: CREATE_COMPLETE state changed
2016-07-31 05:39:28 [overcloud-StorageVirtualIP-jzamyndluhjn]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:28 [overcloud-PublicVirtualIP-fauhkcufypps]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:28 [ExternalPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:28 [ExternalPort]: CREATE_COMPLETE state changed
2016-07-31 05:39:28 [overcloud-PublicVirtualIP-fauhkcufypps]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:29 [InternalApiVirtualIP]: CREATE_COMPLETE state changed
2016-07-31 05:39:29 [RedisVirtualIP]: CREATE_COMPLETE state changed
2016-07-31 05:39:29 [StorageMgmtVirtualIP]: CREATE_COMPLETE state changed
2016-07-31 05:39:29 [StorageVirtualIP]: CREATE_COMPLETE state changed
2016-07-31 05:39:29 [PublicVirtualIP]: CREATE_COMPLETE state changed
2016-07-31 05:39:29 [VipMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:29 [overcloud-VipMap-zu6i4tigbvs6]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:29 [overcloud-VipMap-zu6i4tigbvs6]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:30 [VipMap]: CREATE_COMPLETE state changed
2016-07-31 05:39:30 [EndpointMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:30 [overcloud-EndpointMap-up3wygzq76fu]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:30 [overcloud-EndpointMap-up3wygzq76fu]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:31 [EndpointMap]: CREATE_COMPLETE state changed
2016-07-31 05:39:31 [Compute]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:33 [BlockStorage]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:33 [Controller]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:33 [overcloud-BlockStorage-bo6qcyunjb45]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:33 [overcloud-BlockStorage-bo6qcyunjb45]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:39:33 [overcloud-Compute-rbxr7ncefffr]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:33 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:34 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:35 [overcloud-Compute-rbxr7ncefffr-1-6piplzp6ryef]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:35 [NovaComputeConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:35 [NodeUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:35 [UpdateConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:36 [overcloud-Controller-ksfwi2vsa5cj]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:36 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:36 [NodeAdminUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:36 [NodeUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:36 [NovaComputeConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:36 [UpdateConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:36 [overcloud-Compute-rbxr7ncefffr-0-wyatkkjwlwtz]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:36 [NodeAdminUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:36 [UpdateConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:37 [BlockStorage]: CREATE_COMPLETE state changed
2016-07-31 05:39:37 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:37 [overcloud-Controller-ksfwi2vsa5cj-1-4zb4t5yuz3ex]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:37 [NodeAdminUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:37 [NodeUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:37 [NovaComputeConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:37 [UpdateConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:37 [NovaComputeConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:38 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:38 [NodeUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:38 [UpdateConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:38 [NodeAdminUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:38 [UserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:38 [NodeUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:39 [NodeUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:39 [NodeAdminUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:39 [UpdateConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:39 [UserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:39 [overcloud-Controller-ksfwi2vsa5cj-0-rvldqd37mq4u]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:39 [NodeAdminUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:39 [UpdateConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:39 [NodeUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:39 [overcloud-Controller-ksfwi2vsa5cj-2-ohnilfuws65s]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:39:39 [UpdateConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:39 [UserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:39 [NovaCompute]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:39 [NodeAdminUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:39 [UserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:40 [UserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:40 [NodeUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:40 [NodeAdminUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:40 [UpdateConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:40 [UserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:40 [NodeAdminUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:40 [NodeUserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:40 [UpdateConfig]: CREATE_COMPLETE state changed
2016-07-31 05:39:40 [UserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:40 [NovaCompute]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:41 [Controller]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:41 [UserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:41 [NodeUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:42 [Controller]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:42 [NodeAdminUserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:42 [UserData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:39:44 [UserData]: CREATE_COMPLETE state changed
2016-07-31 05:39:44 [Controller]: CREATE_IN_PROGRESS state changed
2016-07-31 05:50:55 [NovaCompute]: CREATE_COMPLETE state changed
2016-07-31 05:50:56 [Controller]: CREATE_COMPLETE state changed
2016-07-31 05:50:56 [Controller]: CREATE_COMPLETE state changed
2016-07-31 05:50:57 [InternalApiPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:50:57 [ExternalPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:50:58 [ManagementPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:50:59 [TenantPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:50:59 [ExternalPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:00 [StorageMgmtPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:00 [Controller]: CREATE_COMPLETE state changed
2016-07-31 05:51:00 [UpdateDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:00 [UpdateDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:02 [StorageMgmtPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:03 [ExternalPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:03 [NovaCompute]: CREATE_COMPLETE state changed
2016-07-31 05:51:03 [InternalApiPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:04 [ManagementPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:04 [InternalApiPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:05 [UpdateDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:05 [TenantPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:05 [TenantPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:05 [StoragePort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:06 [InternalApiPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:06 [ManagementPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:07 [InternalApiPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:07 [StorageMgmtPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:09 [UpdateDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:09 [ExternalPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:09 [StorageMgmtPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:09 [TenantPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:10 [ManagementPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:11 [StoragePort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:11 [TenantPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:12 [StoragePort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:12 [UpdateDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:12 [ManagementPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:14 [ExternalPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:14 [StoragePort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:15 [StorageMgmtPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:16 [InternalApiPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:16 [ExternalPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:16 [StorageMgmtPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:16 [StorageMgmtPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:16 [InternalApiPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:17 [ManagementPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:17 [StorageMgmtPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:17 [TenantPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:17 [InternalApiPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:17 [ExternalPort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:17 [ExternalPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:18 [TenantPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:18 [ManagementPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:18 [ManagementPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:19 [TenantPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:19 [TenantPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:21 [StoragePort]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:22 [StoragePort]: CREATE_COMPLETE state changed
2016-07-31 05:51:22 [StoragePort]: CREATE_COMPLETE state changed
2016-07-31 05:51:22 [InternalApiPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:22 [StoragePort]: CREATE_COMPLETE state changed
2016-07-31 05:51:22 [StoragePort]: CREATE_COMPLETE state changed
2016-07-31 05:51:23 [ManagementPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:23 [NetIpMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:24 [NetworkConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:24 [ExternalPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:24 [ExternalPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:25 [NetIpSubnetMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:25 [NetIpMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:25 [StorageMgmtPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:25 [TenantPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:25 [ManagementPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:25 [NetworkConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:26 [NetIpMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:26 [InternalApiPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:27 [NetIpMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:27 [NetIpSubnetMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:27 [StorageMgmtPort]: CREATE_COMPLETE state changed
2016-07-31 05:51:28 [NetworkConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:28 [NetworkConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:28 [NetIpMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:28 [NetworkConfig]: CREATE_COMPLETE state changed
2016-07-31 05:51:28 [NetworkDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:29 [NetworkConfig]: CREATE_COMPLETE state changed
2016-07-31 05:51:29 [NetIpMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:29 [NetIpSubnetMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:29 [StoragePort]: CREATE_COMPLETE state changed
2016-07-31 05:51:30 [NetIpSubnetMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:30 [NetIpMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:30 [NetworkConfig]: CREATE_COMPLETE state changed
2016-07-31 05:51:30 [NetworkDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:30 [NetIpSubnetMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:30 [NetworkDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:30 [NetworkConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:30 [NetIpMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:31 [NetworkConfig]: CREATE_COMPLETE state changed
2016-07-31 05:51:31 [NetIpMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:31 [NetIpSubnetMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:32 [NetworkDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:51:32 [NetIpMap]: CREATE_COMPLETE state changed
2016-07-31 05:51:32 [NetworkConfig]: CREATE_COMPLETE state changed
2016-07-31 05:51:32 [NetworkDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:23 [UpdateDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:24 [UpdateDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:26 [NetworkDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:26 [NetworkDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:26 [NovaComputeDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:30 [UpdateDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:30 [UpdateDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:31 [UpdateDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:32 [UpdateDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:32 [UpdateDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:32 [NetworkDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:33 [UpdateDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:33 [NetworkDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:33 [NodeTLSCAData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:33 [UpdateDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:33 [UpdateDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:34 [NetworkDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:34 [NetworkDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:34 [NodeTLSCAData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:35 [NetworkDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:35 [NodeTLSCAData]: CREATE_COMPLETE state changed
2016-07-31 05:53:35 [NodeTLSData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:35 [NetworkDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:36 [NetworkDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:36 [NodeTLSCAData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:36 [NetworkDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:36 [NovaComputeDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:37 [NovaComputeDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:37 [NovaComputeDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:37 [ComputeExtraConfigPre]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:37 [NodeTLSCAData]: CREATE_COMPLETE state changed
2016-07-31 05:53:37 [NodeTLSData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:37 [NodeTLSCAData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:38 [NodeTLSData]: CREATE_COMPLETE state changed
2016-07-31 05:53:38 [ControllerConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:38 [NodeTLSData]: CREATE_COMPLETE state changed
2016-07-31 05:53:38 [ControllerConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:38 [ControllerConfig]: CREATE_COMPLETE state changed
2016-07-31 05:53:38 [ControllerDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:38 [NodeTLSCAData]: CREATE_COMPLETE state changed
2016-07-31 05:53:38 [ComputeExtraConfigPre]: CREATE_COMPLETE state changed
2016-07-31 05:53:38 [NodeExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:39 [ControllerConfig]: CREATE_COMPLETE state changed
2016-07-31 05:53:39 [ControllerDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:39 [NodeExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 05:53:39 [overcloud-Compute-rbxr7ncefffr-0-wyatkkjwlwtz]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:53:40 [ControllerConfig]: CREATE_COMPLETE state changed
2016-07-31 05:53:40 [ControllerDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:40 [0]: CREATE_COMPLETE state changed
2016-07-31 05:53:44 [NovaComputeDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:44 [NovaComputeDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:44 [ComputeExtraConfigPre]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:44 [NodeTLSCAData]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:46 [NodeTLSCAData]: CREATE_COMPLETE state changed
2016-07-31 05:53:46 [ComputeExtraConfigPre]: CREATE_COMPLETE state changed
2016-07-31 05:53:46 [NodeExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:47 [1]: CREATE_COMPLETE state changed
2016-07-31 05:53:47 [overcloud-Compute-rbxr7ncefffr]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:53:47 [NodeExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 05:53:47 [overcloud-Compute-rbxr7ncefffr-1-6piplzp6ryef]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:53:48 [Compute]: CREATE_COMPLETE state changed
2016-07-31 05:53:56 [ControllerDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:56 [ControllerDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:56 [ControllerExtraConfigPre]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:57 [ControllerExtraConfigPre]: CREATE_COMPLETE state changed
2016-07-31 05:53:57 [NodeExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:58 [ControllerDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:53:58 [ControllerDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:53:58 [ControllerExtraConfigPre]: CREATE_IN_PROGRESS state changed
2016-07-31 05:53:58 [NodeExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 05:53:59 [2]: CREATE_COMPLETE state changed
2016-07-31 05:53:59 [overcloud-Controller-ksfwi2vsa5cj-2-ohnilfuws65s]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:00 [ControllerDeployment]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:00 [ControllerExtraConfigPre]: CREATE_COMPLETE state changed
2016-07-31 05:54:00 [NodeExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:01 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:01 [ControllerDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:01 [ControllerExtraConfigPre]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:01 [NodeExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:01 [overcloud-Controller-ksfwi2vsa5cj-0-rvldqd37mq4u]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:02 [ControllerExtraConfigPre]: CREATE_COMPLETE state changed
2016-07-31 05:54:02 [NodeExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:03 [NodeExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:03 [overcloud-Controller-ksfwi2vsa5cj-1-4zb4t5yuz3ex]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:04 [Controller]: CREATE_COMPLETE state changed
2016-07-31 05:54:04 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:04 [overcloud-Controller-ksfwi2vsa5cj]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:05 [UpdateWorkflow]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:05 [ControllerBootstrapNodeConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:05 [SwiftDevicesAndProxyConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:05 [VipDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:05 [overcloud-UpdateWorkflow-4n5h2wcxblb3]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:05 [overcloud-UpdateWorkflow-4n5h2wcxblb3]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:05 [overcloud-SwiftDevicesAndProxyConfig-4oamyzvbqcrb]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:05 [SwiftDevicesAndProxyConfigImpl]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:05 [SwiftDevicesAndProxyConfigImpl]: CREATE_COMPLETE state changed
2016-07-31 05:54:05 [overcloud-SwiftDevicesAndProxyConfig-4oamyzvbqcrb]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:05 [overcloud-VipDeployment-wo6kjtzdoqzl]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:05 [overcloud-ControllerBootstrapNodeConfig-idpjh3rkfxkk]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:05 [BootstrapNodeConfigImpl]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:05 [BootstrapNodeConfigImpl]: CREATE_COMPLETE state changed
2016-07-31 05:54:05 [overcloud-ControllerBootstrapNodeConfig-idpjh3rkfxkk]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:06 [AllNodesValidationConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:06 [ControllerClusterConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:06 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:06 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:06 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:06 [overcloud-AllNodesValidationConfig-uyaykmk5udka]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:06 [AllNodesValidationsImpl]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:06 [AllNodesValidationsImpl]: CREATE_COMPLETE state changed
2016-07-31 05:54:06 [overcloud-AllNodesValidationConfig-uyaykmk5udka]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:07 [ControllerIpListMap]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:07 [overcloud-ControllerIpListMap-mx33gmf6yaml]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:07 [overcloud-ControllerIpListMap-mx33gmf6yaml]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:08 [UpdateWorkflow]: CREATE_COMPLETE state changed
2016-07-31 05:54:08 [ControllerBootstrapNodeConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:08 [SwiftDevicesAndProxyConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:08 [AllNodesValidationConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:08 [ControllerClusterConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:08 [ControllerIpListMap]: CREATE_COMPLETE state changed
2016-07-31 05:54:08 [ControllerBootstrapNodeDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:08 [ControllerSwiftDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:08 [overcloud-ControllerBootstrapNodeDeployment-rb5tuhata5zw]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:08 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:09 [ControllerClusterDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:09 [overcloud-ControllerSwiftDeployment-2fhzhyjsqtox]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:09 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:09 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:09 [overcloud-ControllerClusterDeployment-n47rsmrrjhm3]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:09 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:10 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:10 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:10 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:11 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:11 [CephClusterConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:11 [overcloud-allNodesConfig-dlvmzfcjczrv]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:11 [allNodesConfigImpl]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:12 [allNodesConfigImpl]: CREATE_COMPLETE state changed
2016-07-31 05:54:12 [overcloud-allNodesConfig-dlvmzfcjczrv]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:12 [overcloud-CephClusterConfig-mas6ebaob76u]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:12 [CephClusterConfigImpl]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:12 [CephClusterConfigImpl]: CREATE_COMPLETE state changed
2016-07-31 05:54:12 [overcloud-CephClusterConfig-mas6ebaob76u]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:13 [allNodesConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:13 [ObjectStorageSwiftDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:13 [CephClusterConfig]: CREATE_COMPLETE state changed
2016-07-31 05:54:13 [BlockStorageAllNodesDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:13 [ObjectStorageAllNodesDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:13 [CephStorageAllNodesDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:13 [overcloud-BlockStorageAllNodesDeployment-diu37hed5rd4]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:13 [overcloud-BlockStorageAllNodesDeployment-diu37hed5rd4]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:13 [overcloud-ObjectStorageAllNodesDeployment-tz2t245d276l]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:14 [ComputeAllNodesDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:14 [ControllerAllNodesDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:14 [CephStorageCephDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:14 [overcloud-CephStorageAllNodesDeployment-7evcwwskk2um]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:14 [overcloud-CephStorageAllNodesDeployment-7evcwwskk2um]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:14 [overcloud-ComputeAllNodesDeployment-nwmxao5py32t]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:14 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:14 [overcloud-ObjectStorageAllNodesDeployment-tz2t245d276l]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:15 [ControllerCephDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:15 [overcloud-CephStorageCephDeployment-z3cay5ank3lf]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:15 [overcloud-CephStorageCephDeployment-z3cay5ank3lf]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:15 [overcloud-ControllerAllNodesDeployment-mqgisqdiqojq]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:15 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:16 [ComputeCephDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:16 [overcloud-ComputeCephDeployment-56zf3zkhbhtq]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:16 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:16 [overcloud-ControllerCephDeployment-2t5ix3hth3ty]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:16 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:16 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:16 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:17 [BlockStorageAllNodesDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:17 [CephStorageCephDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:17 [ObjectStorageAllNodesDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:17 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:17 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:17 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:18 [CephStorageAllNodesDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:18 [ObjectStorageAllNodesValidationDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:18 [BlockStorageAllNodesValidationDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:18 [CephStorageAllNodesValidationDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:18 [overcloud-ObjectStorageAllNodesValidationDeployment-cinldvvf4rii]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:18 [overcloud-ObjectStorageAllNodesValidationDeployment-cinldvvf4rii]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:18 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:18 [overcloud-BlockStorageAllNodesValidationDeployment-mmwxw7p7w7ps]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:19 [overcloud-BlockStorageAllNodesValidationDeployment-mmwxw7p7w7ps]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:19 [overcloud-CephStorageAllNodesValidationDeployment-cwpp4jh7qzzc]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:19 [overcloud-CephStorageAllNodesValidationDeployment-cwpp4jh7qzzc]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:20 [ObjectStorageAllNodesValidationDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:20 [BlockStorageAllNodesValidationDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:20 [CephStorageAllNodesValidationDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:23 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:24 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:30 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:30 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:31 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:31 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:33 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:33 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:33 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:33 [2]: CREATE_COMPLETE state changed
2016-07-31 05:54:34 [2]: CREATE_COMPLETE state changed
2016-07-31 05:54:34 [2]: CREATE_COMPLETE state changed
2016-07-31 05:54:34 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:34 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:34 [2]: CREATE_COMPLETE state changed
2016-07-31 05:54:34 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:35 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:35 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:35 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:35 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:35 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:36 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:36 [overcloud-VipDeployment-wo6kjtzdoqzl]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:37 [VipDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:47 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:47 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:48 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:48 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:48 [overcloud-ControllerBootstrapNodeDeployment-rb5tuhata5zw]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:48 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:49 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:49 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:50 [1]: CREATE_COMPLETE state changed
2016-07-31 05:54:50 [overcloud-ControllerClusterDeployment-n47rsmrrjhm3]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:52 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:52 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:52 [overcloud-ComputeAllNodesDeployment-nwmxao5py32t]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:53 [ComputeAllNodesDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:53 [ComputeAllNodesValidationDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:53 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:53 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:53 [overcloud-ComputeCephDeployment-56zf3zkhbhtq]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:53 [overcloud-ComputeAllNodesValidationDeployment-p3xhswchrxq2]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:54:53 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:54 [ComputeCephDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:54 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:58 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:58 [2]: CREATE_COMPLETE state changed
2016-07-31 05:54:58 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:59 [ControllerAllNodesDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:54:59 [ControllerAllNodesValidationDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:54:59 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:59 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:59 [overcloud-ControllerCephDeployment-2t5ix3hth3ty]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:54:59 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:54:59 [0]: CREATE_COMPLETE state changed
2016-07-31 05:54:59 [2]: CREATE_COMPLETE state changed
2016-07-31 05:54:59 [overcloud-ControllerAllNodesDeployment-mqgisqdiqojq]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:00 [overcloud-ControllerAllNodesValidationDeployment-6ak7t5gcquby]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:00 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:00 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:01 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:05 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:55:06 [0]: CREATE_COMPLETE state changed
2016-07-31 05:55:16 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:55:17 [1]: CREATE_COMPLETE state changed
2016-07-31 05:55:17 [overcloud-ComputeAllNodesValidationDeployment-p3xhswchrxq2]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:18 [ComputeAllNodesValidationDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:55:25 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:55:26 [0]: CREATE_COMPLETE state changed
2016-07-31 05:55:26 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:55:27 [2]: CREATE_COMPLETE state changed
2016-07-31 05:55:30 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:55:31 [1]: CREATE_COMPLETE state changed
2016-07-31 05:55:31 [overcloud-ControllerAllNodesValidationDeployment-6ak7t5gcquby]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:32 [ControllerAllNodesValidationDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:55:32 [AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:32 [overcloud-AllNodesExtraConfig-yejvpdp543x4]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:32 [overcloud-AllNodesExtraConfig-yejvpdp543x4]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:33 [AllNodesExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 05:55:33 [ComputeNodesPostDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [ObjectStorageNodesPostDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [ControllerNodesPostDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:34 [ComputeArtifactsConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [ComputePuppetConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [ComputePuppetConfig]: CREATE_COMPLETE state changed
2016-07-31 05:55:34 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ComputeArtifactsConfig-g7rb4jq3zzo5]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:34 [DeployArtifacts]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [DeployArtifacts]: CREATE_COMPLETE state changed
2016-07-31 05:55:34 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ComputeArtifactsConfig-g7rb4jq3zzo5]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:34 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:34 [StorageRingbuilderPuppetConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [StorageArtifactsConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [StoragePuppetConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [StorageRingbuilderPuppetConfig]: CREATE_COMPLETE state changed
2016-07-31 05:55:34 [StoragePuppetConfig]: CREATE_COMPLETE state changed
2016-07-31 05:55:34 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageArtifactsConfig-mqi2izssk2xf]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:34 [DeployArtifacts]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:34 [DeployArtifacts]: CREATE_COMPLETE state changed
2016-07-31 05:55:34 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageArtifactsConfig-mqi2izssk2xf]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:35 [ComputeArtifactsConfig]: CREATE_COMPLETE state changed
2016-07-31 05:55:35 [ComputeArtifactsDeploy]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:35 [StorageArtifactsConfig]: CREATE_COMPLETE state changed
2016-07-31 05:55:36 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ComputeArtifactsDeploy-dtfanvkrdx3p]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:36 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:36 [StorageArtifactsDeploy]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:36 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageArtifactsDeploy-fklf72gbmbum]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:36 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageArtifactsDeploy-fklf72gbmbum]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:37 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:37 [StorageArtifactsDeploy]: CREATE_COMPLETE state changed
2016-07-31 05:55:37 [StorageDeployment_Step1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:37 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageDeployment_Step1-oerm7md7ixbe]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:38 [StorageDeployment_Step1]: CREATE_COMPLETE state changed
2016-07-31 05:55:38 [StorageRingbuilderDeployment_Step2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:38 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageDeployment_Step1-oerm7md7ixbe]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:39 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageRingbuilderDeployment_Step2-pgyombae2wtv]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:39 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-StorageRingbuilderDeployment_Step2-pgyombae2wtv]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:40 [StorageRingbuilderDeployment_Step2]: CREATE_COMPLETE state changed
2016-07-31 05:55:40 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 05:55:40 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-ExtraConfig-mqgvwxccn6r5]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:55:40 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f-ExtraConfig-mqgvwxccn6r5]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:41 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 05:55:41 [overcloud-ObjectStorageNodesPostDeployment-64keujysbe5f]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:55:42 [ObjectStorageNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:55:50 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:55:50 [0]: CREATE_COMPLETE state changed
2016-07-31 05:56:04 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:56:04 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:56:05 [1]: CREATE_COMPLETE state changed
2016-07-31 05:56:05 [1]: CREATE_COMPLETE state changed
2016-07-31 05:56:05 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ComputeArtifactsDeploy-dtfanvkrdx3p]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:56:06 [ComputeArtifactsDeploy]: CREATE_COMPLETE state changed
2016-07-31 05:56:06 [ComputePuppetDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 05:56:07 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ComputePuppetDeployment-6iey3yhrflle]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:56:07 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:56:08 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:56:09 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:56:10 [0]: CREATE_COMPLETE state changed
2016-07-31 05:56:11 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:56:12 [ControllerArtifactsDeploy]: CREATE_COMPLETE state changed
2016-07-31 05:56:12 [2]: CREATE_COMPLETE state changed
2016-07-31 05:56:12 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerArtifactsDeploy-rng3m5gi7vkn]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:56:13 [ControllerPrePuppet]: CREATE_COMPLETE state changed
2016-07-31 05:56:13 [ControllerLoadBalancerDeployment_Step1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:56:13 [ControllerPrePuppetMaintenanceModeDeployment]: CREATE_COMPLETE state changed
2016-07-31 05:56:13 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerPrePuppet-sswsnxvmedf6]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:56:14 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerLoadBalancerDeployment_Step1-emrhcpofvvcc]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:56:14 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:56:14 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:56:14 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:58:04 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:58:05 [0]: CREATE_COMPLETE state changed
2016-07-31 05:58:09 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:58:09 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:58:10 [ControllerLoadBalancerDeployment_Step1]: CREATE_COMPLETE state changed
2016-07-31 05:58:10 [ControllerServicesBaseDeployment_Step2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:58:10 [1]: CREATE_COMPLETE state changed
2016-07-31 05:58:10 [2]: CREATE_COMPLETE state changed
2016-07-31 05:58:10 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerLoadBalancerDeployment_Step1-emrhcpofvvcc]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 05:58:11 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerServicesBaseDeployment_Step2-ofxpiumqvk2t]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 05:58:11 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 05:58:11 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 05:58:11 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 05:58:42 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:58:43 [1]: CREATE_COMPLETE state changed
2016-07-31 05:58:43 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 05:58:44 [2]: CREATE_COMPLETE state changed
2016-07-31 06:00:00 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:00:01 [0]: CREATE_COMPLETE state changed
2016-07-31 06:00:01 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerServicesBaseDeployment_Step2-ofxpiumqvk2t]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:00:02 [ControllerServicesBaseDeployment_Step2]: CREATE_COMPLETE state changed
2016-07-31 06:00:02 [ControllerRingbuilderDeployment_Step3]: CREATE_IN_PROGRESS state changed
2016-07-31 06:00:03 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerRingbuilderDeployment_Step3-sekrzrwigsll]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:00:03 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 06:00:03 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 06:00:04 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 06:00:35 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:00:35 [0]: CREATE_COMPLETE state changed
2016-07-31 06:00:49 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:00:50 [1]: CREATE_COMPLETE state changed
2016-07-31 06:00:50 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:00:51 [2]: CREATE_COMPLETE state changed
2016-07-31 06:00:51 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerRingbuilderDeployment_Step3-sekrzrwigsll]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:00:52 [ControllerRingbuilderDeployment_Step3]: CREATE_COMPLETE state changed
2016-07-31 06:00:52 [ControllerOvercloudServicesDeployment_Step4]: CREATE_IN_PROGRESS state changed
2016-07-31 06:00:52 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerOvercloudServicesDeployment_Step4-xanhnrjlhlck]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:00:52 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 06:00:53 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 06:00:53 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 06:03:09 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:03:10 [2]: CREATE_COMPLETE state changed
2016-07-31 06:03:13 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:03:14 [1]: CREATE_COMPLETE state changed
2016-07-31 06:04:12 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:04:13 [ControllerOvercloudServicesDeployment_Step4]: CREATE_COMPLETE state changed
2016-07-31 06:04:13 [ControllerOvercloudServicesDeployment_Step5]: CREATE_IN_PROGRESS state changed
2016-07-31 06:04:13 [0]: CREATE_COMPLETE state changed
2016-07-31 06:04:13 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerOvercloudServicesDeployment_Step4-xanhnrjlhlck]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:04:14 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerOvercloudServicesDeployment_Step5-hebgu4yslwh2]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:04:14 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 06:04:14 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 06:04:15 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 06:05:29 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:05:29 [1]: CREATE_COMPLETE state changed
2016-07-31 06:06:14 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:06:14 [2]: CREATE_COMPLETE state changed
2016-07-31 06:06:33 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:06:34 [ControllerOvercloudServicesDeployment_Step5]: CREATE_COMPLETE state changed
2016-07-31 06:06:34 [ControllerOvercloudServicesDeployment_Step6]: CREATE_IN_PROGRESS state changed
2016-07-31 06:06:34 [0]: CREATE_COMPLETE state changed
2016-07-31 06:06:34 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerOvercloudServicesDeployment_Step5-hebgu4yslwh2]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:06:34 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerOvercloudServicesDeployment_Step6-2mzciuctoola]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:06:34 [1]: CREATE_IN_PROGRESS state changed
2016-07-31 06:06:35 [0]: CREATE_IN_PROGRESS state changed
2016-07-31 06:06:35 [2]: CREATE_IN_PROGRESS state changed
2016-07-31 06:08:09 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:08:10 [1]: CREATE_COMPLETE state changed
2016-07-31 06:08:25 [2]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:08:25 [2]: CREATE_COMPLETE state changed
2016-07-31 06:09:29 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:09:30 [0]: CREATE_COMPLETE state changed
2016-07-31 06:09:30 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerOvercloudServicesDeployment_Step6-2mzciuctoola]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:09:31 [ControllerOvercloudServicesDeployment_Step6]: CREATE_COMPLETE state changed
2016-07-31 06:09:31 [ControllerPostPuppet]: CREATE_IN_PROGRESS state changed
2016-07-31 06:09:31 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerPostPuppet-bceb6374n3yu]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:09:31 [ControllerPostPuppetMaintenanceModeConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:09:31 [ControllerPostPuppetRestartConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:09:31 [ControllerPostPuppetMaintenanceModeConfig]: CREATE_COMPLETE state changed
2016-07-31 06:09:31 [ControllerPostPuppetRestartConfig]: CREATE_COMPLETE state changed
2016-07-31 06:09:31 [ControllerPostPuppetMaintenanceModeDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 06:10:36 [ControllerPostPuppetMaintenanceModeDeployment]: CREATE_COMPLETE state changed
2016-07-31 06:10:36 [ControllerPostPuppetRestartDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 06:10:54 [1]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:10:54 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-31 06:10:54 [0]: CREATE_COMPLETE state changed
2016-07-31 06:10:59 [1]: CREATE_COMPLETE state changed
2016-07-31 06:11:00 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ComputePuppetDeployment-6iey3yhrflle]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:01 [ComputePuppetDeployment]: CREATE_COMPLETE state changed
2016-07-31 06:11:01 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:02 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ExtraConfig-bq5rbyg2xnor]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:02 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4-ExtraConfig-bq5rbyg2xnor]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:03 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:03 [overcloud-ComputeNodesPostDeployment-unvzoeo2d6h4]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:04 [ComputeNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-31 06:11:26 [ControllerPostPuppetRestartDeployment]: CREATE_COMPLETE state changed
2016-07-31 06:11:26 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ControllerPostPuppet-bceb6374n3yu]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:27 [ControllerPostPuppet]: CREATE_COMPLETE state changed
2016-07-31 06:11:27 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:28 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ExtraConfig-jhzhhys3nwsd]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:28 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a-ExtraConfig-jhzhhys3nwsd]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:29 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:29 [overcloud-ControllerNodesPostDeployment-jd3rmihnzq6a]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:29 [ControllerNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-31 06:11:30 [CephStorageNodesPostDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:30 [BlockStorageNodesPostDeployment]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:30 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:30 [CephStorageArtifactsConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:31 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:31 [VolumeArtifactsConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:31 [CephStoragePuppetConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:31 [CephStoragePuppetConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:31 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-CephStorageArtifactsConfig-6v5avhacddmk]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:31 [DeployArtifacts]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:31 [DeployArtifacts]: CREATE_COMPLETE state changed
2016-07-31 06:11:31 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-CephStorageArtifactsConfig-6v5avhacddmk]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:32 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-VolumeArtifactsConfig-ecc3vkpmyh5b]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:32 [DeployArtifacts]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:32 [DeployArtifacts]: CREATE_COMPLETE state changed
2016-07-31 06:11:32 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-VolumeArtifactsConfig-ecc3vkpmyh5b]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:32 [CephStorageArtifactsConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:32 [CephStorageArtifactsDeploy]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:32 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-CephStorageArtifactsDeploy-agdpcpxpmmg5]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:32 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-CephStorageArtifactsDeploy-agdpcpxpmmg5]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:33 [VolumeArtifactsConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:33 [VolumeArtifactsDeploy]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:33 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-VolumeArtifactsDeploy-uaa5xotz2wxt]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:33 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-VolumeArtifactsDeploy-uaa5xotz2wxt]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:33 [CephStorageArtifactsDeploy]: CREATE_COMPLETE state changed
2016-07-31 06:11:33 [CephStorageDeployment_Step1]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:34 [VolumeArtifactsDeploy]: CREATE_COMPLETE state changed
2016-07-31 06:11:34 [VolumePuppetConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:34 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-CephStorageDeployment_Step1-s677wxrlxtvk]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:34 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-CephStorageDeployment_Step1-s677wxrlxtvk]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:35 [VolumePuppetConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:35 [VolumeDeployment_Step1]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:35 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-VolumeDeployment_Step1-bympimwcluwg]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:35 [CephStorageDeployment_Step1]: CREATE_COMPLETE state changed
2016-07-31 06:11:35 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:35 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-ExtraConfig-ej46y7xnajub]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:35 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz-ExtraConfig-ej46y7xnajub]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:36 [VolumeDeployment_Step1]: CREATE_COMPLETE state changed
2016-07-31 06:11:36 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-31 06:11:36 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-VolumeDeployment_Step1-bympimwcluwg]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:36 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:36 [overcloud-CephStorageNodesPostDeployment-g42ajs2fb2wz]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:37 [CephStorageNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-31 06:11:37 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-ExtraConfig-on2vflovtnsn]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-31 06:11:37 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox-ExtraConfig-on2vflovtnsn]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:38 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-31 06:11:38 [overcloud-BlockStorageNodesPostDeployment-dxs3ionfumox]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-31 06:11:39 [BlockStorageNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-31 06:11:39 [overcloud]: CREATE_COMPLETE Stack CREATE completed successfully
Stack overcloud CREATE_COMPLETE
Skipping "horizon" postconfig because it wasn't found in the endpoint map output
PKI initialization in init-keystone is deprecated and will be removed.
Warning: Permanently added '192.0.2.6' (ECDSA) to the list of known hosts.
The following cert files already exist, use --rebuild to remove the existing files before regenerating:
/etc/keystone/ssl/certs/ca.pem already exists
/etc/keystone/ssl/private/signing_key.pem already exists
/etc/keystone/ssl/certs/signing_cert.pem already exists
Connection to 192.0.2.6 closed.
Overcloud Endpoint: http://10.0.0.4:5000/v2.0
Overcloud Deployed
[stack@instack ~]$ nova list
+--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
| ID                                   | Name                    | Status | Task State | Power State | Networks            |
+--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
| 9055adbe-bbfa-4a4c-b7f9-5570b6da03a7 | overcloud-controller-0  | ACTIVE | -          | Running     | ctlplane=192.0.2.9  |
| 4285ddee-0368-461a-859c-f80a1b29b9a1 | overcloud-controller-1  | ACTIVE | -          | Running     | ctlplane=192.0.2.8  |
| 579f7e9f-aa4d-4415-82ad-ec48c86553b9 | overcloud-controller-2  | ACTIVE | -          | Running     | ctlplane=192.0.2.10 |
| 39eb184e-8ff1-4267-82a8-b7f5f1ffa1e7 | overcloud-novacompute-0 | ACTIVE | -          | Running     | ctlplane=192.0.2.11 |
| d5084553-b32d-47ac-93b6-d3188d1c3bfb | overcloud-novacompute-1 | ACTIVE | -          | Running     | ctlplane=192.0.2.7  |
+--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
[stack@instack ~]$ neutron net-list
+--------------------------------------+--------------+--------------------------------------------+
| id                                   | name         | subnets                                    |
+--------------------------------------+--------------+--------------------------------------------+
| 67212060-3712-4ac7-b321-7f11ef2f24c2 | tenant       | 82b41d3a-25ef-4593-a0f8-dcc3f4a23036       |
|                                      |              | 172.16.0.0/24                              |
| 72368be6-9bb1-4dbc-b823-4247599a29f2 | storage      | 138fbd64-a741-452e-8e79-84690f7b4f1c       |
|                                      |              | 172.16.1.0/24                              |
| cdf13bb1-5c69-410d-b262-6f2251f0aa1b | storage_mgmt | adf3fc93-1f14-43f4-ac59-9643aa0e8854       |
|                                      |              | 172.16.3.0/24                              |
| 4b80d4bf-f3b0-4d53-901d-f65bb089d335 | external     | e58d6ef8-88ea-4737-9732-ae79b7b889ee       |
|                                      |              | 10.0.0.0/24                                |
| 600ad88d-efe4-432b-83e8-d85c4f9ade81 | internal_api | a85b388e-478f-4db6-93f6-6a0d7e3edca5       |
|                                      |              | 172.16.2.0/24                              |
| f53a98b2-18f8-4e92-8047-779651615a49 | ctlplane     | 3b7d83e5-0bf3-4ba5-8008-4aa401598065       |
|                                      |              | 192.0.2.0/24                               |
+--------------------------------------+--------------+--------------------------------------------+

 



  

Monday, July 25, 2016

TripleO QuickStart vs Attempt of official Mitaka TripleO HA install via instack-virt-setup

A final target of this post is to compare undercloud configuration been built by QuickStart and undercloud configuration been built per official documentation
for Mitaka stable , please see Attempt of official Mitaka TripleO HA install via instack-virt-setup

========================
TripleO QuickStart case
========================

First of all right before running `openstack overcloud deploy --templates .... `
Run on undercloud VM following commands :-

[stack@undercloud ~]$ sudo ovs-vsctl show
b8b5ecbc-dc8d-43b8-8f03-09896d1b08b3
    Bridge br-int
        fail_mode: secure
        Port int-br-ctlplane
            Interface int-br-ctlplane
                type: patch
                options: {peer=phy-br-ctlplane}
        Port br-int
            Interface br-int
                type: internal
        Port "tapd7a65b7a-48"
            tag: 1
            Interface "tapd7a65b7a-48"
                type: internal
    Bridge br-ctlplane
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                type: internal
        Port br-ctlplane
            Interface br-ctlplane
                type: internal
        Port "eth1"
            Interface "eth1"
        Port phy-br-ctlplane
            Interface phy-br-ctlplane
                type: patch
                options: {peer=int-br-ctlplane}
    ovs_version: "2.5.0"

=============================

[root@undercloud ~]# ifconfig
br-ctlplane: flags=4163  mtu 1500
        inet 192.0.2.1  netmask 255.255.255.0  broadcast 192.0.2.255
        inet6 fe80::28e:5aff:fe16:9ba1  prefixlen 64  scopeid 0x20
        ether 00:8e:5a:16:9b:a1  txqueuelen 0  (Ethernet)
        RX packets 3383615  bytes 264121585 (251.8 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4873995  bytes 23750747704 (22.1 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4163  mtu 1500
        inet 192.168.23.10  netmask 255.255.255.0  broadcast 192.168.23.255
        inet6 fe80::28e:5aff:fe16:9b9f  prefixlen 64  scopeid 0x20
        ether 00:8e:5a:16:9b:9f  txqueuelen 1000  (Ethernet)
        RX packets 48092  bytes 42203536 (40.2 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 35731  bytes 4188571 (3.9 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4163  mtu 1500
        inet6 fe80::28e:5aff:fe16:9ba1  prefixlen 64  scopeid 0x20
        ether 00:8e:5a:16:9b:a1  txqueuelen 1000  (Ethernet)
        RX packets 3385562  bytes 264368815 (252.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4876692  bytes 23773014677 (22.1 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 0  (Local Loopback)
        RX packets 3065638  bytes 25610179577 (23.8 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3065638  bytes 25610179577 (23.8 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:eb:ef:39  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vlan10: flags=4163  mtu 1500
        inet 10.0.0.1  netmask 255.255.255.0  broadcast 10.0.0.255
        inet6 fe80::5ce2:8eff:fed9:2f89  prefixlen 64  scopeid 0x20
        ether 5e:e2:8e:d9:2f:89  txqueuelen 0  (Ethernet)
        RX packets 1154  bytes 176564 (172.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1759  bytes 22168381 (21.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 

===============================================
Analyze code undercloud-post-install.sh following bellow
===============================================
[stack@undercloud ~]$ cat  undercloud-post-install.sh
#!/bin/bash

# Prepare the undercloud for deploy

set -eux

# Source in undercloud credentials.
source /home/stack/stackrc
######################
# Set of standard commands
######################

# Upload images to glance.
openstack overcloud image upload \

openstack baremetal import --json instackenv.json
openstack baremetal configure boot

# Perform introspection if requested.

. . . . . . . .

################################################
# Here follows critical VM network configuration portion
################################################

# enable NAT for "external" network
RULE="-s 10.0.0.1/24 ! -d 10.0.0.1/24 -j MASQUERADE"

if ! sudo iptables -t nat -C BOOTSTACK_MASQ $RULE; then
    sudo iptables -t nat -A BOOTSTACK_MASQ $RULE
    sudo sh -c 'iptables-save > /etc/sysconfig/iptables'
fi

sudo bash -c 'cat < /etc/sysconfig/network-scripts/ifcfg-vlan10
DEVICE=vlan10
ONBOOT=yes
DEVICETYPE=ovs
TYPE=OVSIntPort
BOOTPROTO=static
IPADDR=10.0.0.1
NETMASK=255.255.255.0
OVS_BRIDGE=br-ctlplane
OVS_OPTIONS="tag=10"
EOF'

sudo ifup ifcfg-vlan10

# clone the t-h-t templates if neede
d

=========================================
So finally up on overcloud-deployment completion :-
=========================================

[root@undercloud ~]# ip netns
qdhcp-74126965-fbac-483d-9d8d-1c2ff43a2bd2
[root@undercloud ~]# ip netns exec qdhcp-74126965-fbac-483d-9d8d-1c2ff43a2bd2 ifconfig
lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 0  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

tapd7a65b7a-48: flags=4163  mtu 1500
        inet 192.0.2.5  netmask 255.255.255.0  broadcast 192.0.2.255
        inet6 fe80::f816:3eff:fe9d:1a65  prefixlen 64  scopeid 0x20
        ether fa:16:3e:9d:1a:65  txqueuelen 0  (Ethernet)
        RX packets 1109  bytes 103765 (101.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 943  bytes 91866 (89.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[root@undercloud ~]# ip netns exec qdhcp-74126965-fbac-483d-9d8d-1c2ff43a2bd2 route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.0.2.1       0.0.0.0         UG    0      0        0 tapd7a65b7a-48
192.0.2.0       0.0.0.0         255.255.255.0   U     0      0        0 tapd7a65b7a-48


=======================================================
Get back to `ovs-vsctl show` on undercloud generated by QuickStart
=======================================================

Focus on device tapd7a65b7a-48 and vlan10

[stack@undercloud ~]$ sudo ovs-vsctl show
b8b5ecbc-dc8d-43b8-8f03-09896d1b08b3
    Bridge br-int
        fail_mode: secure
        Port int-br-ctlplane
            Interface int-br-ctlplane
                type: patch
                options: {peer=phy-br-ctlplane}  <=== veth pair connecting br-int
        Port br-int                                                               and br-ctlplane
            Interface br-int
                type: internal
        Port "tapd7a65b7a-48"
            tag: 1
            Interface "tapd7a65b7a-48"
                type: internal
    Bridge br-ctlplane
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                type: internal
        Port br-ctlplane
            Interface br-ctlplane
                type: internal
        Port "eth1"
            Interface "eth1"
        Port phy-br-ctlplane
            Interface phy-br-ctlplane
                type: patch
                options: {peer=int-br-ctlplane}  <=== veth pair connecting
    ovs_version: "2.5.0"                                          connecting br-int and
                                                                             br-ctlplane

'
========================================================
========================================================

[stack@ServerCentOS72 ~]$ virsh list --all
 Id    Name                           State
----------------------------------------------------
 2     instack                        running
 -     baremetalbrbm_0                shut off
 -     baremetalbrbm_1                shut off
 -     baremetalbrbm_2                shut off
 -     baremetalbrbm_3                shut off

[stack@ServerCentOS72 ~]$ ssh root@192.168.122.193
Last login: Mon Jul 25 13:59:52 2016 from 192.168.122.1
[root@instack ~]# su - stack
Last login: Mon Jul 25 13:59:54 UTC 2016 on pts/5
[stack@instack ~]$ . stackrc
[stack@instack ~]$ sudo ovs-vsctl show
bc1c13cd-3651-4f79-87df-bdaf4f5fec01
    Bridge br-ctlplane
        Port br-ctlplane
            Interface br-ctlplane
                type: internal
        Port phy-br-ctlplane
            Interface phy-br-ctlplane
                type: patch
                options: {peer=int-br-ctlplane}
        Port "eth1"
            Interface "eth1"
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                error: "could not open network device vlan10 (No such device)"

    Bridge br-int
        fail_mode: secure
        Port "tap41e6fddf-31"
            tag: 1
            Interface "tap41e6fddf-31"
                type: internal
        Port int-br-ctlplane
            Interface int-br-ctlplane
                type: patch
                options: {peer=phy-br-ctlplane}
        Port br-int
            Interface br-int
                type: internal
    ovs_version: "2.5.0"

[stack@instack ~]$ ifconfig
br-ctlplane: flags=4163  mtu 1500
        inet 192.0.2.1  netmask 255.255.255.0  broadcast 192.0.2.255
        inet6 fe80::297:fff:fe5c:c66c  prefixlen 64  scopeid 0x20
        ether 00:97:0f:5c:c6:6c  txqueuelen 0  (Ethernet)
        RX packets 13  bytes 1038 (1.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 816 (816.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4163  mtu 1500
        inet 192.168.122.193  netmask 255.255.255.0  broadcast 192.168.122.255
        inet6 fe80::5054:ff:fe6f:906a  prefixlen 64  scopeid 0x20
        ether 52:54:00:6f:90:6a  txqueuelen 1000  (Ethernet)
        RX packets 1674  bytes 213273 (208.2 KiB)
        RX errors 0  dropped 9  overruns 0  frame 0
        TX packets 1078  bytes 163033 (159.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4163  mtu 1500
        inet6 fe80::297:fff:fe5c:c66c  prefixlen 64  scopeid 0x20
        ether 00:97:0f:5c:c6:6c  txqueuelen 1000  (Ethernet)
        RX packets 8  bytes 648 (648.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 14  bytes 1108 (1.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 0  (Local Loopback)
        RX packets 31888  bytes 10276736 (9.8 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 31888  bytes 10276736 (9.8 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0



   Interface eth0 (192.168.122.193)
 

   Interface eth1 which is a OVS port of  OVS Bridge br-ctlplane
  


  Thus any attempt to activate "Network Isolation"  having External Network
  running within

 openstack overcloud deploy --templates --libvirt-type qemu \
--control-scale 3 \
--compute-scale 1 \
-e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml \
--ntp-server pool.ntp.org

after committing all instructions from http://docs.openstack.org/developer/tripleo-docs/basic_deployment/basic_deployment_cli.html
is supposed to fail. Instack VM is missing device vlan10 supposed to become external interface attached as OVS port to br-ctlplane. What I believe was done in http://mariosandreou.com/tripleo/2016/06/17/deploy-tripleo-stable-mitaka.html  without explicitly advertising.  

This guide lines may be, actually, found in http://docs.openstack.org/developer/tripleo-docs/advanced_deployment/network_isolation.html 
but are mostly related with bare metal deployment not dealing specifically
with instack-virt-setup and as a matter of fact just implemented in
"TripleO QuickStart"  working in meantime just nice with any configs available
on 32 GB VIRTHOST .
 
=========================================================
Get back to post mentioned in the header , we want Mitaka Tripleo deployment
to run on instack VM with "Network Isolation" setting up External network,
Network serving VXLAN tunnels. In regards of Ceph Nodes overcloud deployment "Network Isolation"  is obviously extremely important.
So, vlan10 device creation should be done with no doubts. 
=========================================================

sudo bash -c 'cat < /etc/sysconfig/network-scripts/ifcfg-vlan10
DEVICE=vlan10
ONBOOT=yes
DEVICETYPE=ovs
TYPE=OVSIntPort
BOOTPROTO=static
IPADDR=10.0.0.1
NETMASK=255.255.255.0
OVS_BRIDGE=br-ctlplane
OVS_OPTIONS="tag=10"
EOF'

sudo ifup ifcfg-vlan10

sudo iptables -A BOOTSTACK_MASQ -s 10.0.0.0/24 ! -d 10.0.0.0/24 -j MASQUERADE -t nat

=============================
Make sure updates are done
=============================

[boris@ServerCentOS72 ~]$ sudo su -
[sudo] password for boris:
Last login: Tue Jul 26 03:58:20 MSK 2016 on pts/0
[root@ServerCentOS72 ~]# su - stack
Last login: Tue Jul 26 03:58:45 MSK 2016 on pts/0
[stack@ServerCentOS72 ~]$ ssh root@192.168.122.193
Last login: Tue Jul 26 01:01:49 2016
[root@instack ~]# su - stack
Last login: Tue Jul 26 01:01:34 UTC 2016 on pts/0
[stack@instack ~]$ sudo ovs-vsctl show
bc1c13cd-3651-4f79-87df-bdaf4f5fec01
    Bridge br-ctlplane
        Port "eth1"
            Interface "eth1"
        Port br-ctlplane
            Interface br-ctlplane
                type: internal
        Port phy-br-ctlplane
            Interface phy-br-ctlplane
                type: patch
                options: {peer=int-br-ctlplane}
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                type: internal
    Bridge br-int
        fail_mode: secure
        Port "tap41e6fddf-31"
            tag: 1
            Interface "tap41e6fddf-31"
                type: internal
        Port int-br-ctlplane
            Interface int-br-ctlplane
                type: patch
                options: {peer=phy-br-ctlplane}
        Port br-int
            Interface br-int
                type: internal
    ovs_version: "2.5.0"
[stack@instack ~]$ ifconfig
br-ctlplane: flags=4163  mtu 1500
        inet 192.0.2.1  netmask 255.255.255.0  broadcast 192.0.2.255
        inet6 fe80::297:fff:fe5c:c66c  prefixlen 64  scopeid 0x20
        ether 00:97:0f:5c:c6:6c  txqueuelen 0  (Ethernet)
        RX packets 2751712  bytes 205714576 (196.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2711617  bytes 12789727774 (11.9 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4163  mtu 1500
        inet 192.168.122.193  netmask 255.255.255.0  broadcast 192.168.122.255
        inet6 fe80::5054:ff:fe6f:906a  prefixlen 64  scopeid 0x20
        ether 52:54:00:6f:90:6a  txqueuelen 1000  (Ethernet)
        RX packets 4767  bytes 590862 (577.0 KiB)
        RX errors 0  dropped 9  overruns 0  frame 0
        TX packets 3138  bytes 488880 (477.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4163  mtu 1500
        inet6 fe80::297:fff:fe5c:c66c  prefixlen 64  scopeid 0x20
        ether 00:97:0f:5c:c6:6c  txqueuelen 1000  (Ethernet)
        RX packets 2751684  bytes 205708317 (196.1 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2711674  bytes 12789742191 (11.9 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10
        loop  txqueuelen 0  (Local Loopback)
        RX packets 319388  bytes 1493930109 (1.3 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 319388  bytes 1493930109 (1.3 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vlan10: flags=4163  mtu 1500
        inet 10.0.0.1  netmask 255.255.255.0  broadcast 10.0.0.255
        inet6 fe80::1478:deff:fe20:7b86  prefixlen 64  scopeid 0x20
        ether 16:78:de:20:7b:86  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 816 (816.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

============================================
Proceed as follows.Create file
============================================
[stack@instack ~]$ cat network_env.yaml
{
    "parameter_defaults": {
        "ControlPlaneDefaultRoute": "192.0.2.1",
        "ControlPlaneSubnetCidr": "24",
        "DnsServers": [
            "192.168.122.43"
        ],
        "EC2MetadataIp": "192.0.2.1",
        "ExternalAllocationPools": [
            {
                "end": "10.0.0.250",
                "start": "10.0.0.4"
            }
        ],
        "ExternalNetCidr": "10.0.0.1/24",
        "NeutronExternalNetworkBridge": ""
    }
}


Where 192.168.122.43 is instack VM IP.
====================
Then run :-
======================
[stack@instack ~]$ source stackrc

[stack@instack ~]$ openstack overcloud deploy --templates --control-scale 3 \
  --compute-scale 1 \
  --libvirt-type qemu \
  --ntp-server pool.ntp.org  \
  -e  /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml \
  -e  /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
  -e  /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml \
  -e  $HOME/network_env.yaml

. . . .

2016-07-26 01:58:07 [overcloud-ControllerNodesPostDeployment-l5rjfq2f44f5-ControllerOvercloudServicesDeployment_Step6-xl7prpyio7tq]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:58:08 [ControllerOvercloudServicesDeployment_Step6]: CREATE_COMPLETE state changed
2016-07-26 01:58:08 [ControllerPostPuppet]: CREATE_IN_PROGRESS state changed
2016-07-26 01:58:09 [overcloud-ControllerNodesPostDeployment-l5rjfq2f44f5-ControllerPostPuppet-syooepkjk5pr]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 01:58:09 [ControllerPostPuppetMaintenanceModeConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 01:58:09 [ControllerPostPuppetRestartConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 01:58:09 [ControllerPostPuppetMaintenanceModeConfig]: CREATE_COMPLETE state changed
2016-07-26 01:58:09 [ControllerPostPuppetRestartConfig]: CREATE_COMPLETE state changed
2016-07-26 01:58:09 [ControllerPostPuppetMaintenanceModeDeployment]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:07 [ControllerPostPuppetMaintenanceModeDeployment]: CREATE_COMPLETE state changed
2016-07-26 01:59:07 [ControllerPostPuppetRestartDeployment]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:28 [0]: SIGNAL_IN_PROGRESS Signal: deployment succeeded
2016-07-26 01:59:28 [0]: CREATE_COMPLETE state changed
2016-07-26 01:59:29 [ComputePuppetDeployment]: CREATE_COMPLETE state changed
2016-07-26 01:59:29 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:29 [overcloud-ComputeNodesPostDeployment-mfhiy6ynkcfc-ComputePuppetDeployment-kcd5ajm4snpd]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:59:30 [overcloud-ComputeNodesPostDeployment-mfhiy6ynkcfc-ExtraConfig-b7h73kicxfbn]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 01:59:30 [overcloud-ComputeNodesPostDeployment-mfhiy6ynkcfc-ExtraConfig-b7h73kicxfbn]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:59:31 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-26 01:59:32 [ComputeNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-26 01:59:32 [overcloud-ComputeNodesPostDeployment-mfhiy6ynkcfc]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:59:32 [ComputeNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-26 01:59:55 [ControllerPostPuppetRestartDeployment]: CREATE_COMPLETE state changed
2016-07-26 01:59:56 [overcloud-ControllerNodesPostDeployment-l5rjfq2f44f5-ControllerPostPuppet-syooepkjk5pr]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:59:56 [ControllerPostPuppet]: CREATE_COMPLETE state changed
2016-07-26 01:59:56 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:56 [overcloud-ControllerNodesPostDeployment-l5rjfq2f44f5-ExtraConfig-hubh2nqfitzf]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 01:59:56 [overcloud-ControllerNodesPostDeployment-l5rjfq2f44f5-ExtraConfig-hubh2nqfitzf]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:59:57 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-26 01:59:57 [overcloud-ControllerNodesPostDeployment-l5rjfq2f44f5]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:59:58 [ControllerNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-26 01:59:58 [BlockStorageNodesPostDeployment]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:58 [CephStorageNodesPostDeployment]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:58 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 01:59:58 [VolumeArtifactsConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:58 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-VolumeArtifactsConfig-44x24fxyh2f4]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 01:59:58 [DeployArtifacts]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:58 [DeployArtifacts]: CREATE_COMPLETE state changed
2016-07-26 01:59:58 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-VolumeArtifactsConfig-44x24fxyh2f4]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 01:59:58 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 01:59:58 [CephStorageArtifactsConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:59 [VolumeArtifactsConfig]: CREATE_COMPLETE state changed
2016-07-26 01:59:59 [VolumeArtifactsDeploy]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:59 [CephStoragePuppetConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:59 [CephStoragePuppetConfig]: CREATE_COMPLETE state changed
2016-07-26 01:59:59 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-CephStorageArtifactsConfig-hfqfkeddlhlp]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 01:59:59 [DeployArtifacts]: CREATE_IN_PROGRESS state changed
2016-07-26 01:59:59 [DeployArtifacts]: CREATE_COMPLETE state changed
2016-07-26 01:59:59 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-CephStorageArtifactsConfig-hfqfkeddlhlp]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:00 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-VolumeArtifactsDeploy-xnjui4d7smte]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 02:00:00 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-VolumeArtifactsDeploy-xnjui4d7smte]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:00 [CephStorageArtifactsConfig]: CREATE_COMPLETE state changed
2016-07-26 02:00:00 [CephStorageArtifactsDeploy]: CREATE_IN_PROGRESS state changed
2016-07-26 02:00:00 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-CephStorageArtifactsDeploy-wyq7fd5t6aju]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 02:00:00 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-CephStorageArtifactsDeploy-wyq7fd5t6aju]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:01 [VolumeArtifactsDeploy]: CREATE_COMPLETE state changed
2016-07-26 02:00:01 [VolumePuppetConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 02:00:01 [CephStorageArtifactsDeploy]: CREATE_COMPLETE state changed
2016-07-26 02:00:01 [CephStorageDeployment_Step1]: CREATE_IN_PROGRESS state changed
2016-07-26 02:00:01 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-CephStorageDeployment_Step1-6mvwabo37ksn]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 02:00:01 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-CephStorageDeployment_Step1-6mvwabo37ksn]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:02 [VolumePuppetConfig]: CREATE_COMPLETE state changed
2016-07-26 02:00:02 [VolumeDeployment_Step1]: CREATE_IN_PROGRESS state changed
2016-07-26 02:00:02 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-VolumeDeployment_Step1-elyo3xpsu6qu]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 02:00:02 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-VolumeDeployment_Step1-elyo3xpsu6qu]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:02 [CephStorageDeployment_Step1]: CREATE_COMPLETE state changed
2016-07-26 02:00:02 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 02:00:03 [VolumeDeployment_Step1]: CREATE_COMPLETE state changed
2016-07-26 02:00:03 [ExtraConfig]: CREATE_IN_PROGRESS state changed
2016-07-26 02:00:03 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-ExtraConfig-w5wrecd3f33k]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 02:00:03 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6-ExtraConfig-w5wrecd3f33k]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:03 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-ExtraConfig-hanwj4izf6jd]: CREATE_IN_PROGRESS Stack CREATE started
2016-07-26 02:00:03 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as-ExtraConfig-hanwj4izf6jd]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:04 [CephStorageNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-26 02:00:04 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-26 02:00:04 [overcloud-BlockStorageNodesPostDeployment-7lwxbt5vtwj6]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:04 [ExtraConfig]: CREATE_COMPLETE state changed
2016-07-26 02:00:04 [overcloud-CephStorageNodesPostDeployment-xi3jsga2e4as]: CREATE_COMPLETE Stack CREATE completed successfully
2016-07-26 02:00:05 [BlockStorageNodesPostDeployment]: CREATE_COMPLETE state changed
2016-07-26 02:00:05 [overcloud]: CREATE_COMPLETE Stack CREATE completed successfully
Stack overcloud CREATE_COMPLETE
/home/stack/.ssh/known_hosts updated.
Original contents retained as /home/stack/.ssh/known_hosts.old
Skipping "horizon" postconfig because it wasn't found in the endpoint map output
PKI initialization in init-keystone is deprecated and will be removed.
Warning: Permanently added '192.0.2.16' (ECDSA) to the list of known hosts.
The following cert files already exist, use --rebuild to remove the existing files before regenerating:
/etc/keystone/ssl/certs/ca.pem already exists
/etc/keystone/ssl/private/signing_key.pem already exists
/etc/keystone/ssl/certs/signing_cert.pem already exists
Connection to 192.0.2.16 closed.
Overcloud Endpoint: http://10.0.0.4:5000/v2.0
Overcloud Deployed

[stack@instack ~]$ nova list
+--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
| ID                                   | Name                    | Status | Task State | Power State | Networks            |
+--------------------------------------+-------------------------+--------+------------+-------------+---------------------+
| 068dcf61-1c07-49d3-97f9-66e0ff1896e4 | overcloud-controller-0  | ACTIVE | -          | Running     | ctlplane=192.0.2.19 |
| 1083bc50-4e30-4a8d-8a02-d60c35bab0b7 | overcloud-controller-1  | ACTIVE | -          | Running     | ctlplane=192.0.2.18 |
| 3d88de4e-2c25-4a7e-ac05-580d5e4532f5 | overcloud-controller-2  | ACTIVE | -          | Running     | ctlplane=192.0.2.20 |
| f4589428-ba17-44f5-b73c-db38af7963e9 | overcloud-novacompute-0 | ACTIVE | -          | Running     | ctlplane=192.0.2.17 |
+--------------------------------------+-------------------------+--------+------------+-------------+---------------------+


[stack@instack ~]$ neutron net-list
+--------------------------------------+--------------+--------------------------------------------+
| id                                   | name         | subnets                                    |
+--------------------------------------+--------------+--------------------------------------------+
| cc29c009-f2c8-457c-a92c-021acf650b78 | tenant       | 3afaf44d-19b5-46ac-8534-fe1520a14a1c       |
|                                      |              | 172.16.0.0/24                              |
| e8e8d778-1992-4ee2-9b4e-ac349e8d7985 | external     | 8ad5eeef-6860-4781-89e6-5132cf633013       |
|                                      |              | 10.0.0.0/24                                |
| 00bbd0fb-94b0-406a-b5b1-aa60b5526898 | internal_api | 1b84e01e-deb9-458c-990a-94d92f69f668       |
|                                      |              | 172.16.2.0/24                              |
| 65d426b0-0b02-4654-b598-1ba368a43d35 | storage      | 849719fb-877c-49f7-a606-959e4720011d       |
|                                      |              | 172.16.1.0/24                              |
| 687769a2-5438-434d-8085-2988e592755b | storage_mgmt | fc36759d-25ee-4cbe-908b-819dad6a222d       |
|                                      |              | 172.16.3.0/24                              |
| 584468f0-d26e-4a47-89a1-bca5847404fb | ctlplane     | 43d05014-098b-4eb5-8582-178404ff0e24       |
|                                      |              | 192.0.2.0/24                               |
+--------------------------------------+--------------+--------------------------------------------+

[stack@instack ~]$ neutron port-list
+---------------------------+---------------------------+-------------------+---------------------------+
| id                        | name                      | mac_address       | fixed_ips                 |
+---------------------------+---------------------------+-------------------+---------------------------+
| 5dbf529a-02e4-48a7-8989-f |                           | 00:88:e5:d6:ac:6b | {"subnet_id": "43d05014   |
| 5e325305cc6               |                           |                   | -098b-                    |
|                           |                           |                   | 4eb5-8582-178404ff0e24",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "192.0.2.23"}             |
| a3f5f685-7d2b-            |                           | 00:3a:d3:58:f1:1e | {"subnet_id": "43d05014   |
| 4ba9-98d3-8f848dee70b3    |                           |                   | -098b-                    |
|                           |                           |                   | 4eb5-8582-178404ff0e24",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "192.0.2.22"}             |
| 1b91fff8-2425-4b69-a017-a |                           | 00:cb:46:93:d8:c8 | {"subnet_id": "43d05014   |
| 73ad358d4e8               |                           |                   | -098b-                    |
|                           |                           |                   | 4eb5-8582-178404ff0e24",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "192.0.2.6"}              |
| d1d3022d-c0f4-4632-9fe6-7 |                           | 00:16:36:c5:97:67 | {"subnet_id": "43d05014   |
| da36d075793               |                           |                   | -098b-                    |
|                           |                           |                   | 4eb5-8582-178404ff0e24",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "192.0.2.24"}             |
| 07ef7fb6-2dc4-4ebd-b21c-  |                           | fa:16:3e:32:91:67 | {"subnet_id": "fc36759d-  |
| b74571a48d68              |                           |                   | 25ee-4cbe-908b-           |
|                           |                           |                   | 819dad6a222d",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.3.5"}             |
| 114b7dd0-a4b8-45bb-8180-a |                           | fa:16:3e:3c:8d:a2 | {"subnet_id": "3afaf44d-1 |
| 48b082ef2c5               |                           |                   | 9b5-46ac-8534-fe1520a14a1 |
|                           |                           |                   | c", "ip_address":         |
|                           |                           |                   | "172.16.0.6"}             |
| 2ee08468-7e92-4bb4-b0bb-  |                           | fa:16:3e:9c:c0:6c | {"subnet_id": "1b84e01e-  |
| e9568aabe958              |                           |                   | deb9-458c-990a-           |
|                           |                           |                   | 94d92f69f668",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.2.7"}             |
| 41e6fddf-3183-4545-88b4-3 |                           | fa:16:3e:27:0f:c6 | {"subnet_id": "43d05014   |
| b5bb7e3db68               |                           |                   | -098b-                    |
|                           |                           |                   | 4eb5-8582-178404ff0e24",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "192.0.2.5"}              |
| 45aa155d-d179-484c-       |                           | fa:16:3e:dd:86:7d | {"subnet_id": "849719fb-  |
| 8cf7-9720eaeb0438         |                           |                   | 877c-                     |
|                           |                           |                   | 49f7-a606-959e4720011d",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.1.8"}             |
| 4d068805-a4a6-446d-       |                           | fa:16:3e:08:5a:ed | {"subnet_id": "3afaf44d-1 |
| 95c0-8c826df6389d         |                           |                   | 9b5-46ac-8534-fe1520a14a1 |
|                           |                           |                   | c", "ip_address":         |
|                           |                           |                   | "172.16.0.7"}             |
| 6ce71590-6887-49dd-b14e-  | public_virtual_ip         | fa:16:3e:b1:ec:6b | {"subnet_id": "8ad5eeef-6 |
| 2c9567f2fa62              |                           |                   | 860-4781-89e6-5132cf63301 |
|                           |                           |                   | 3", "ip_address":         |
|                           |                           |                   | "10.0.0.4"}               |
| 7a1645ea-a0c6-4550-872a-  |                           | fa:16:3e:b3:26:6f | {"subnet_id": "8ad5eeef-6 |
| c0c62c2a6015              |                           |                   | 860-4781-89e6-5132cf63301 |
|                           |                           |                   | 3", "ip_address":         |
|                           |                           |                   | "10.0.0.5"}               |
| 7e515bc1-3dfb-            | redis_virtual_ip          | fa:16:3e:7c:c5:ad | {"subnet_id": "1b84e01e-  |
| 4a6c-a429-d05db14e330f    |                           |                   | deb9-458c-990a-           |
|                           |                           |                   | 94d92f69f668",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.2.4"}             |
| 8946c126-1767-4e35-b843-c | control_virtual_ip        | fa:16:3e:33:e3:ba | {"subnet_id": "43d05014   |
| 1d37c401ae6               |                           |                   | -098b-                    |
|                           |                           |                   | 4eb5-8582-178404ff0e24",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "192.0.2.21"}             |
| 89a16a00-79a0-4670-b109-6 |                           | fa:16:3e:02:dc:5d | {"subnet_id": "fc36759d-  |
| cfe52f96907               |                           |                   | 25ee-4cbe-908b-           |
|                           |                           |                   | 819dad6a222d",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.3.7"}             |
| 9950087d-f19b-4363-9187-9 |                           | fa:16:3e:a3:d1:38 | {"subnet_id": "849719fb-  |
| eacfded5942               |                           |                   | 877c-                     |
|                           |                           |                   | 49f7-a606-959e4720011d",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.1.7"}             |
| 9d5ca5b8-77e0-4fef-b441-0 |                           | fa:16:3e:86:26:50 | {"subnet_id": "849719fb-  |
| b9731fbbe94               |                           |                   | 877c-                     |
|                           |                           |                   | 49f7-a606-959e4720011d",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.1.6"}             |
| b41648b9-41d9-44fd-a990-1 |                           | fa:16:3e:f2:1d:79 | {"subnet_id": "1b84e01e-  |
| 9adc8789a3b               |                           |                   | deb9-458c-990a-           |
|                           |                           |                   | 94d92f69f668",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.2.6"}             |
| b9376ba0-33b9-40f0-87a4-0 |                           | fa:16:3e:ba:f6:06 | {"subnet_id": "8ad5eeef-6 |
| 0f8559f814a               |                           |                   | 860-4781-89e6-5132cf63301 |
|                           |                           |                   | 3", "ip_address":         |
|                           |                           |                   | "10.0.0.6"}               |
| b9bd0dc3-a46e-46bc-       |                           | fa:16:3e:42:51:ac | {"subnet_id": "8ad5eeef-6 |
| beb9-c6fa415a1815         |                           |                   | 860-4781-89e6-5132cf63301 |
|                           |                           |                   | 3", "ip_address":         |
|                           |                           |                   | "10.0.0.7"}               |
| c860890b-e22f-4201-b0ff-  |                           | fa:16:3e:86:1c:78 | {"subnet_id": "849719fb-  |
| e8759de2a8d2              |                           |                   | 877c-                     |
|                           |                           |                   | 49f7-a606-959e4720011d",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.1.5"}             |
| cc59df47-0e26-4dd9-95ac-  |                           | fa:16:3e:1e:2b:76 | {"subnet_id": "fc36759d-  |
| 22d4c359be12              |                           |                   | 25ee-4cbe-908b-           |
|                           |                           |                   | 819dad6a222d",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.3.6"}             |
| cef623b3-3702-44f4-8dfa-  | storage_management_virtua | fa:16:3e:2b:df:8b | {"subnet_id": "fc36759d-  |
| 61bdea8bdbb4              | l_ip                      |                   | 25ee-4cbe-908b-           |
|                           |                           |                   | 819dad6a222d",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.3.4"}             |
| e261a891-3637-4fe5-bf8f-  |                           | fa:16:3e:d1:09:c4 | {"subnet_id": "3afaf44d-1 |
| 19d0772f4268              |                           |                   | 9b5-46ac-8534-fe1520a14a1 |
|                           |                           |                   | c", "ip_address":         |
|                           |                           |                   | "172.16.0.4"}             |
| e269194b-1a4c-48de-       |                           | fa:16:3e:c2:f2:f5 | {"subnet_id": "1b84e01e-  |
| 9a28-91d1fe949b46         |                           |                   | deb9-458c-990a-           |
|                           |                           |                   | 94d92f69f668",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.2.9"}             |
| e4e1f0be-de29-4f75-ac68-8 | internal_api_virtual_ip   | fa:16:3e:e3:6a:b2 | {"subnet_id": "1b84e01e-  |
| ea53c406849               |                           |                   | deb9-458c-990a-           |
|                           |                           |                   | 94d92f69f668",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.2.5"}             |
| ec0c243b-669d-475e-9dfa-  |                           | fa:16:3e:28:da:cd | {"subnet_id": "1b84e01e-  |
| df66159e9a14              |                           |                   | deb9-458c-990a-           |
|                           |                           |                   | 94d92f69f668",            |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.2.8"}             |
| f3e1242b-a29c-47fa-       | storage_virtual_ip        | fa:16:3e:ef:d0:26 | {"subnet_id": "849719fb-  |
| 94e1-463607190165         |                           |                   | 877c-                     |
|                           |                           |                   | 49f7-a606-959e4720011d",  |
|                           |                           |                   | "ip_address":             |
|                           |                           |                   | "172.16.1.4"}             |
| f998e578-dffd-4328-a15f-  |                           | fa:16:3e:8d:05:22 | {"subnet_id": "3afaf44d-1 |
| 67c43d4d9ca4              |                           |                   | 9b5-46ac-8534-fe1520a14a1 |
|                           |                           |                   | c", "ip_address":         |
|                           |                           |                   | "172.16.0.5"}             |
+---------------------------+---------------------------+-------------------+---------------------------+

[stack@instack ~]$ ssh heat-admin@192.0.2.19
The authenticity of host '192.0.2.19 (192.0.2.19)' can't be established.
ECDSA key fingerprint is 61:31:94:19:12:51:a3:df:be:22:f6:0a:e7:dc:a1:d7.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.0.2.19' (ECDSA) to the list of known hosts.
Last login: Tue Jul 26 02:00:36 2016 from 192.0.2.1
[heat-admin@overcloud-controller-0 ~]$ sudo su -
[root@overcloud-controller-0 ~]# pcs status
Cluster name: tripleo_cluster
Last updated: Tue Jul 26 02:03:03 2016        Last change: Tue Jul 26 01:58:37 2016 by root via cibadmin on overcloud-controller-0
Stack: corosync
Current DC: overcloud-controller-2 (version 1.1.13-10.el7_2.2-44eb2dd) - partition with quorum
3 nodes and 127 resources configured

Online: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]

Full list of resources:

 ip-192.0.2.16    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-0
 ip-172.16.2.5    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-1
 ip-172.16.3.4    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-2
 Clone Set: haproxy-clone [haproxy]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Master/Slave Set: galera-master [galera]
     Masters: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: memcached-clone [memcached]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 ip-10.0.0.4    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-0
 ip-172.16.2.4    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-1
 ip-172.16.1.4    (ocf::heartbeat:IPaddr2):    Started overcloud-controller-2
 Clone Set: rabbitmq-clone [rabbitmq]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-core-clone [openstack-core]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Master/Slave Set: redis-master [redis]
     Masters: [ overcloud-controller-0 ]
     Slaves: [ overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: mongod-clone [mongod]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-aodh-evaluator-clone [openstack-aodh-evaluator]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-nova-scheduler-clone [openstack-nova-scheduler]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: neutron-l3-agent-clone [neutron-l3-agent]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: neutron-netns-cleanup-clone [neutron-netns-cleanup]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: neutron-ovs-cleanup-clone [neutron-ovs-cleanup]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 openstack-cinder-volume    (systemd:openstack-cinder-volume):    Started overcloud-controller-0
 Clone Set: openstack-heat-engine-clone [openstack-heat-engine]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-ceilometer-api-clone [openstack-ceilometer-api]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-aodh-listener-clone [openstack-aodh-listener]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: neutron-metadata-agent-clone [neutron-metadata-agent]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-gnocchi-metricd-clone [openstack-gnocchi-metricd]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-aodh-notifier-clone [openstack-aodh-notifier]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-heat-api-clone [openstack-heat-api]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-ceilometer-collector-clone [openstack-ceilometer-collector]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-glance-api-clone [openstack-glance-api]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-cinder-scheduler-clone [openstack-cinder-scheduler]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-nova-api-clone [openstack-nova-api]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-nova-consoleauth-clone [openstack-nova-consoleauth]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-sahara-api-clone [openstack-sahara-api]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-heat-api-cloudwatch-clone [openstack-heat-api-cloudwatch]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-sahara-engine-clone [openstack-sahara-engine]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-glance-registry-clone [openstack-glance-registry]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-gnocchi-statsd-clone [openstack-gnocchi-statsd]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-ceilometer-notification-clone [openstack-ceilometer-notification]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-cinder-api-clone [openstack-cinder-api]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: neutron-dhcp-agent-clone [neutron-dhcp-agent]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: neutron-openvswitch-agent-clone [neutron-openvswitch-agent]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-nova-novncproxy-clone [openstack-nova-novncproxy]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: delay-clone [delay]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: neutron-server-clone [neutron-server]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-ceilometer-central-clone [openstack-ceilometer-central]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: httpd-clone [httpd]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-heat-api-cfn-clone [openstack-heat-api-cfn]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
 Clone Set: openstack-nova-conductor-clone [openstack-nova-conductor]
     Started: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]

PCSD Status:
  overcloud-controller-0: Online
  overcloud-controller-1: Online
  overcloud-controller-2: Online

Daemon Status:
  corosync: active/enabled
  pacemaker: active/enabled
  pcsd: active/enabled

=======================
Verify `ovs-vsctl show`
=======================

[root@overcloud-controller-0 ~]# ovs-vsctl show
b31c4b88-0b22-4753-bf5e-88a7b4844914
    Bridge br-int
        fail_mode: secure
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port int-br-ex
            Interface int-br-ex
                type: patch
                options: {peer=phy-br-ex}
        Port br-int
            Interface br-int
                type: internal
    Bridge br-ex
        Port "vlan10"
            tag: 10
            Interface "vlan10"
                type: internal
        Port "eth0"
            Interface "eth0"
        Port phy-br-ex
            Interface phy-br-ex
                type: patch
                options: {peer=int-br-ex}
        Port "vlan50"
            tag: 50
            Interface "vlan50"
                type: internal
        Port br-ex
            Interface br-ex
                type: internal
        Port "vlan40"
            tag: 40
            Interface "vlan40"
                type: internal
        Port "vlan20"
            tag: 20
            Interface "vlan20"
                type: internal
        Port "vlan30"
            tag: 30
            Interface "vlan30"
                type: internal
    Bridge br-tun
        fail_mode: secure
        Port "vxlan-ac100007"
            Interface "vxlan-ac100007"
                type: vxlan
                options: {df_default="true", in_key=flow, local_ip="172.16.0.6", out_key=flow, remote_ip="172.16.0.7"}
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port br-tun
            Interface br-tun
                type: internal
        Port "vxlan-ac100005"
            Interface "vxlan-ac100005"
                type: vxlan
                options: {df_default="true", in_key=flow, local_ip="172.16.0.6", out_key=flow, remote_ip="172.16.0.5"}
        Port "vxlan-ac100004"
            Interface "vxlan-ac100004"
                type: vxlan
                options: {df_default="true", in_key=flow, local_ip="172.16.0.6", out_key=flow, remote_ip="172.16.0.4"}
    ovs_version: "2.5.0"

=================================
Now log into compute node
=================================

[stack@instack ~]$ ssh heat-admin@192.0.2.17
Last login: Tue Jul 26 02:32:46 2016 from 192.0.2.1

[heat-admin@overcloud-novacompute-0 ~]$ sudo su -
Last login: Tue Jul 26 02:32:55 UTC 2016 on pts/0

[root@overcloud-novacompute-0 ~]# openstack-service status
MainPID=19664 Id=neutron-openvswitch-agent.service ActiveState=active
MainPID=20292 Id=openstack-ceilometer-compute.service ActiveState=active
MainPID=19693 Id=openstack-nova-compute.service ActiveState=active

[root@overcloud-novacompute-0 ~]# ovs-vsctl show
c9f526a2-1ae0-4745-9fe0-3ce76ed727cb
    Bridge br-tun
        fail_mode: secure
        Port patch-int
            Interface patch-int
                type: patch
                options: {peer=patch-tun}
        Port "vxlan-ac100005"
            Interface "vxlan-ac100005"
                type: vxlan
                options: {df_default="true", in_key=flow, local_ip="172.16.0.7", out_key=flow, remote_ip="172.16.0.5"}
        Port br-tun
            Interface br-tun
                type: internal
        Port "vxlan-ac100006"
            Interface "vxlan-ac100006"
                type: vxlan
                options: {df_default="true", in_key=flow, local_ip="172.16.0.7", out_key=flow, remote_ip="172.16.0.6"}
        Port "vxlan-ac100004"
            Interface "vxlan-ac100004"
                type: vxlan
                options: {df_default="true", in_key=flow, local_ip="172.16.0.7", out_key=flow, remote_ip="172.16.0.4"}
    Bridge br-ex
        Port br-ex
            Interface br-ex
                type: internal
        Port "vlan50"
            tag: 50
            Interface "vlan50"
                type: internal
        Port "vlan20"
            tag: 20
            Interface "vlan20"
                type: internal
        Port "eth0"
            Interface "eth0"
        Port phy-br-ex
            Interface phy-br-ex
                type: patch
                options: {peer=int-br-ex}
        Port "vlan30"
            tag: 30
            Interface "vlan30"
                type: internal
    Bridge br-int
        fail_mode: secure
        Port int-br-ex
            Interface int-br-ex
                type: patch
                options: {peer=phy-br-ex}
        Port patch-tun
            Interface patch-tun
                type: patch
                options: {peer=patch-int}
        Port br-int
            Interface br-int
                type: internal
    ovs_version: "2.5.0"

===============================================
Verification Galera in sync &&  rabbitmqctl cluster_status
===============================================

  


  Swift has been set up as Glance backend
  

   References