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                               |
+--------------------------------------+--------------+--------------------------------------------+