Re: [rdo-users] Tripleo Undercloud deploy failes on rsyslogd centos 7
by Brendan Shephard
Hey Pradeep,
It looks like your issue here is that you have Ansible >2.9 and that
Playbook is written using formatting from Ansible 2.8.
I can't find the exact change that did it, but as of Ansible 2.9 the when:
something|changed conditional needs to be written like when: something is
changed
And you can also see that difference in tripleo-heat-templates after Rocky:
Your version:
https://opendev.org/openstack/tripleo-heat-templates/src/branch/stable/ro...
Updated version in Train:
https://opendev.org/openstack/tripleo-heat-templates/src/branch/stable/tr...
I think it should work for you if you downgrade the version of Ansible
you're using to Ansible 2.8.
--
Brendan Shephard
Hi,
I have tried to install OpenStack via TripleO (Rocky), but always getting
the error below.
Please help me to solve this problem, I have read many docs but how to fix
it No idea found.
TASK [Restart rsyslogd service after logging conf change]
************************************************************
***************************************
fatal: [mgmt01]: FAILED! => {"msg": "The conditional check
'logconfig|changed' failed. The error was: template error while templating
string: no filter named 'changed'. String: {% if logconfig|changed %} True
{% else %} False {% endif %}\n\nThe error appears to be in
'/home/stack/undercloud-ansible-ibPUGS/Undercloud/host_prep_tasks.yaml':
line 664, column 5, but may\nbe elsewhere in the file depending on the
exact syntax problem.\n\nThe offending line appears to be:\n\n register:
logconfig\n - name: Restart rsyslogd service after logging conf change\n
^ here\n"}
NO MORE HOSTS LEFT ******************************
************************************************************
************************************************
PLAY RECAP ************************************************************
************************************************************
**************************
mgmt01 : ok=185 changed=53 unreachable=0 failed=1
skipped=164 rescued=0 ignored=1
Sunday 19 July 2020 21:45:12 +0530 (0:00:00.031) 0:01:34.752
***********
============================================================
===================
Ensure system is NTP time synced ------------------------------
---------------------------------------------------------------------------------------
7.47s
Run async deployment NetworkDeployment ------------------------------
---------------------------------------------------------------------------------
4.05s
Run deployment UndercloudAllNodesDeployment ------------------------------
----------------------------------------------------------------------------
2.11s
Run deployment UndercloudDeployment ------------------------------
------------------------------------------------------------------------------------
2.09s
Run deployment InstanceIdDeployment ------------------------------
------------------------------------------------------------------------------------
2.08s
Run deployment UndercloudAllNodesValidationDeployment
------------------------------------------------------------
------------------------------------ 1.92s
Run deployment HostsEntryDeployment ------------------------------
------------------------------------------------------------------------------------
1.71s
Run deployment UndercloudPreDeployment ------------------------------
---------------------------------------------------------------------------------
1.68s
Run deployment UndercloudHostsDeployment ------------------------------
-------------------------------------------------------------------------------
1.68s
Run deployment UndercloudArtifactsDeploy ------------------------------
-------------------------------------------------------------------------------
1.67s
tripleo-bootstrap : Deploy required packages to bootstrap TripleO
------------------------------------------------------------------------------------
1.59s
Remove dracut-config-generic ------------------------------
------------------------------------------------------------
------------------------------- 1.15s
container-registry : Install Docker ------------------------------
------------------------------------------------------------------------------------
1.13s
Install ntpdate ------------------------------------------------------------
--------------------------------------------------------------------------
1.13s
container-registry : ensure docker-distribution is installed
-----------------------------------------------------------------------------------------
1.10s
Render deployment file for UndercloudDeployment
------------------------------------------------------------
------------------------------------------ 0.97s
container-registry : Start Docker daemon ------------------------------
-------------------------------------------------------------------------------
0.89s
tripleo-bootstrap : Check required packages are installed
------------------------------------------------------------
-------------------------------- 0.82s
allow logrotate to read inside containers ------------------------------
------------------------------------------------------------------------------
0.78s
tripleo-ssh-known-hosts : Write temporary file
------------------------------------------------------------
------------------------------------------- 0.76s
Exception: Deployment failed
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/tripleoclient/v1/tripleo_deploy.py",
line 1217, in _standalone_deploy
raise exceptions.DeploymentError('Deployment failed')
DeploymentError: Deployment failed
None
Install artifact is located at /home/stack/undercloud-
install-20200719161512.tar.bzip2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Deployment Failed!
ERROR: Heat log files: /var/log/heat-launcher/undercloud_deploy-mzrbrN
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Deployment failed.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An error has occured while deploying the Undercloud.
See the previous output for details about what went wrong.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Command '['sudo', '--preserve-env', 'openstack', 'tripleo', 'deploy',
'--standalone', '--standalone-role', 'Undercloud', '--stack', 'undercloud',
'--local-domain=localdomain', '--local-ip=172.31.50.11/24',
'--templates=/usr/share/openstack-tripleo-heat-templates/',
'--heat-native', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/docker.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/undercloud.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/use-dns-for-vips.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/
services/masquerade-networks.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/services/ironic.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/
services/ironic-inspector.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/services/mistral.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/
services/zaqar-swift-backend.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/disable-telemetry.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/tripleo-ui.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/services/tempest.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/public-tls-undercloud.yaml',
'--public-virtual-ip', '172.31.50.12', '--control-virtual-ip',
'172.31.50.13', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/ssl/tls-endpoints-public-ip.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/
services/undercloud-haproxy.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/services/undercloud-keepalived.yaml',
'--deployment-user', 'stack', '--output-dir=/home/stack', '--cleanup',
'-e', '/home/stack/tripleo-config-generated-env-files/undercloud_parameters.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/tripleo-validations.yaml',
'--log-file=install-undercloud.log', '-e', '/usr/share/openstack-tripleo-
heat-templates/undercloud-stack-vstate-dropin.yaml']' returned non-zero
exit status 1
Command '['sudo', '--preserve-env', 'openstack', 'tripleo', 'deploy',
'--standalone', '--standalone-role', 'Undercloud', '--stack', 'undercloud',
'--local-domain=localdomain', '--local-ip=172.31.50.11/24',
'--templates=/usr/share/openstack-tripleo-heat-templates/',
'--heat-native', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/docker.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/undercloud.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/use-dns-for-vips.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/
services/masquerade-networks.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/services/ironic.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/
services/ironic-inspector.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/services/mistral.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/
services/zaqar-swift-backend.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/disable-telemetry.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/tripleo-ui.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/services/tempest.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/public-tls-undercloud.yaml',
'--public-virtual-ip', '172.31.50.12', '--control-virtual-ip',
'172.31.50.13', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/ssl/tls-endpoints-public-ip.yaml', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/
services/undercloud-haproxy.yaml', '-e', '/usr/share/openstack-tripleo-
heat-templates/environments/services/undercloud-keepalived.yaml',
'--deployment-user', 'stack', '--output-dir=/home/stack', '--cleanup',
'-e', '/home/stack/tripleo-config-generated-env-files/undercloud_parameters.yaml',
'-e', '/usr/share/openstack-tripleo-heat-templates/environments/tripleo-validations.yaml',
'--log-file=install-undercloud.log', '-e', '/usr/share/openstack-tripleo-
heat-templates/undercloud-stack-vstate-dropin.yaml']' returned non-zero
exit status 1
4 years, 4 months
[rdo-dev] [Meeting] RDO Meeting (2020-07-29) minutes
by Joel Capitao
==============================
#rdo: RDO meeting - 2020-07-29
==============================
Meeting started by jcapitao at 14:01:26 UTC. The full logs are
available at
http://eavesdrop.openstack.org/meetings/rdo_meeting___2020_07_29/2020/rdo...
.
Meeting summary
---------------
* Roll Call (jcapitao, 14:01:57)
* Events Update (spotz, 14:06:32)
* LINK: https://www.twitch.tv/redhatopenshift (spotz, 14:12:14)
* jpena and ykarel to live stream about Packstack day 08/03/20 at
16:00 UTC on the redhatopenshift channel (Twitch) (jcapitao,
14:14:40)
* next week chair (jcapitao, 14:18:29)
* ACTION: ykarel to chair next week meeting (jcapitao, 14:20:14)
* open floor (jcapitao, 14:20:39)
Meeting ended at 14:31:55 UTC.
Action items, by person
-----------------------
* ykarel
* ykarel to chair next week meeting
People present (lines said)
---------------------------
* jcapitao (24)
* spotz (12)
* amoralej (6)
* openstack (6)
* ykarel (5)
* rdogerrit (3)
* jpena (1)
* rh-jlabarre (1)
Generated by `MeetBot`_ 0.1.4
4 years, 4 months
mistral error on dashboard
by Pradeep Pal
Hi,
After login on the horizon dashboard getting below error, anyone have any
idea. Please suggest.
mistral
Error: Unable to retrieve workbooks.: Unable to establish connection to
http://localhost:8989/v2/workbooks: HTTPConnectionPool(host='localhost',
port=8989): Max retries exceeded with url: /v2/workbooks (Caused by
NewConnectionError('<urllib3.connection.HTTPConnection object at
0x7f122a536350>: Failed to establish a new connection: [Errno 111]
Connection refused',))
--
Thanks & Regards
Pradeep Pal
4 years, 4 months
overcloud installation fail.
by Pradeep Pal
Hi,
The overcloud creation was done successfully and controller and compute
creation successfully, but i'm always getting the below error, can anyone
help to resolve this issue?
PLAY [Overcloud deploy step tasks for step 0]
**********************************
TASK [Create /var/lib/docker-puppet]
*******************************************
Thursday 23 July 2020 15:28:53 +0530 (0:00:08.394) 0:10:57.359
*********
changed: [overcloud-novacompute-0] => {"changed": true, "gid": 0, "group":
"root", "mode": "0755", "owner": "root", "path": "/var/lib/docker-puppet",
"secotext": "unconfined_u:object_r:container_file_t:s0", "size": 6,
"state": "directory", "uid": 0}
changed: [overcloud-controller-0] => {"changed": true, "gid": 0, "group":
"root", "mode": "0755", "owner": "root", "path": "/var/lib/docker-puppet",
"seconext": "unconfined_u:object_r:container_file_t:s0", "size": 6,
"state": "directory", "uid": 0}
TASK [Write docker-puppet.py]
**************************************************
Thursday 23 July 2020 15:28:55 +0530 (0:00:01.313) 0:10:58.673
*********
fatal: [overcloud-novacompute-0]: FAILED! => {"changed": false, "checksum":
"abf94861e572bf758656f9bbc7bff3635061be6d", "msg": "Source
/home/tripleo-admin/ansible/tmp/ansible-tmp-1595498335.39-224130858265426/source
not found"}
fatal: [overcloud-controller-0]: FAILED! => {"changed": false, "checksum":
"abf94861e572bf758656f9bbc7bff3635061be6d", "msg": "Source
/home/tripleo-admin/.nsible/tmp/ansible-tmp-1595498335.31-211165793955939/source
not found"}
NO MORE HOSTS LEFT
*************************************************************
PLAY RECAP
*********************************************************************
overcloud-controller-0 : ok=11 changed=7 unreachable=0 failed=1
overcloud-novacompute-0 : ok=12 changed=6 unreachable=0 failed=1
undercloud : ok=2 changed=0 unreachable=0 failed=0
Thursday 23 July 2020 15:29:27 +0530 (0:00:32.235) 0:11:30.909
*********
===============================================================================
I have done this activity many times but the error is always the same.
Please help me. I'm attaching ansiable logs as well.
--
Thanks & Regards
Pradeep Pal
4 years, 4 months
[Meeting] RDO meeting - 2020-07-22
by Amy Marrich
==============================
#rdo: RDO meeting - 2020-07-22
==============================
Meeting started by spotz at 14:01:10 UTC. The full logs are available
athttp://eavesdrop.openstack.org/meetings/rdo_meeting___2020_07_22/2020/r...
.
Meeting summary
---------------
* LINK: https://etherpad.opendev.org/p/RDO-Meeting (spotz, 14:04:25)
* OpenDev (spotz, 14:05:23)
* LINK: https://www.youtube.com/watch?v=qNh2eKpe7CU (spotz, 14:06:19)
* LINK:
https://opendev_hardwareautomation.eventbrite.com/?_ga=2.247588996.266113...
(spotz, 14:07:35)
* LINK:
https://www.eventbrite.com/e/opendev-containers-in-production-registratio...
(spotz, 14:08:48)
* RDO Events (spotz, 14:11:56)
* LINK: https://review.rdoproject.org/etherpad/p/rdo-events (spotz,
14:12:03)
* LINK: http://rdoproject.org/install/ (ykarel, 14:22:38)
* Next Week's Chair (spotz, 14:51:21)
* Open Floor (spotz, 14:52:51)
Meeting ended at 14:54:25 UTC.
People present (lines said)
---------------------------
* spotz (67)
* amoralej (38)
* ykarel (15)
* rdogerrit (5)
* openstack (5)
* jcapitao (4)
* jpena (4)
Generated by `MeetBot`_ 0.1.4
4 years, 4 months
(no subject)
by Pradeep Pal
Hi,
I have install undercloud successfully, and i deploy overcloud and
overcloud stack create successfully but, when it deploying controller and
compute node services it throug me below message.
Please help me to rectify this issue and i'm attaching the logs file as
well.
changed: [overcloud-controller-0] =>
(item=/var/lib/kolla/config_files/swift_proxy.json) => {"changed": true,
"checksum": "4cabf21d4f9d5c422dd56beda1075370c 5c0578d", "dest":
"/var/lib/kolla/config_files/swift_proxy.json", "gid": 0, "group": "root",
"item": ["/var/lib/kolla/config_files/swift_proxy.json", {"comm and":
"/usr/bin/swift-proxy-server /etc/swift/proxy-server.conf", "config_files":
[{"dest": "/", "merge": true, "preserve_properties": true, "source": "/var
/lib/kolla/config_files/src/*"}]}], "md5sum":
"94550794bfe1ed7707c5aa631b14664f", "mode": "0600", "owner": "root",
"secontext": "system_u:object_r:var_lib_t :s0", "size": 281, "src":
"/home/tripleo-admin/.ansible/tmp/ansible-tmp-1595389360.38-69780157728608/source",
"state": "file", "uid": 0}
changed: [overcloud-controller-0] =>
(item=/var/lib/kolla/config_files/swift_proxy_tls_proxy.json) =>
{"changed": true, "checksum": "20bba94ac1ce7afb7fd0793 567a9fe48300d1a15",
"dest": "/var/lib/kolla/config_files/swift_proxy_tls_proxy.json", "gid": 0,
"group": "root", "item": ["/var/lib/kolla/config_files/swift
_proxy_tls_proxy.json", {"command": "/usr/sbin/httpd -DFOREGROUND",
"config_files": [{"dest": "/", "merge": true, "preserve_properties": true,
"source": "/v ar/lib/kolla/config_files/src/*"}]}], "md5sum":
"bda59eb8d2adeb0f47b803f83819cb93", "mode": "0600", "owner": "root",
"secontext": "system_u:object_r:var_lib _t:s0", "size": 253, "src":
"/home/tripleo-admin/.ansible/tmp/ansible-tmp-1595389362.79-217517993916015/source",
"state": "file", "uid": 0}
changed: [overcloud-controller-0] =>
(item=/var/lib/kolla/config_files/swift_rsync.json) => {"changed": true,
"checksum": "6ac960e4f5a1bb13c557a47292a7d6351 7d1b75d", "dest":
"/var/lib/kolla/config_files/swift_rsync.json", "gid": 0, "group": "root",
"item": ["/var/lib/kolla/config_files/swift_rsync.json", {"comm and":
"/usr/bin/rsync --daemon --no-detach --config=/etc/rsyncd.conf",
"config_files": [{"dest": "/", "merge": true, "preserve_properties": true,
"source": "/var/lib/kolla/config_files/src/*"}]}], "md5sum":
"f80d86d94e23c4a21e131a520023d48e", "mode": "0600", "owner": "root",
"secontext": "system_u:object_r:var_ lib_t:s0", "size": 286, "src":
"/home/tripleo-admin/.ansible/tmp/ansible-tmp-1595389363.41-145699845476937/source",
"state": "file", "uid": 0}
NO MORE HOSTS LEFT
*************************************************************
PLAY RECAP
*********************************************************************
overcloud-controller-0 : ok=184 changed=116 unreachable=0 failed=1
overcloud-novacompute-0 : ok=134 changed=67 unreachable=0 failed=0
undercloud : ok=10 changed=7 unreachable=0 failed=0
Wednesday 22 July 2020 09:12:44 +0530 (0:02:41.738) 0:12:41.031
********
===============================================================================
--
Thanks & Regards
Pradeep Pal
4 years, 4 months
overcloud failed after number of networks
by Rahul Pathak
Hi,
I have installed tripleo Rocky version on centos7 with 3 controller (HA setup) and 2 compute nodes for testing purpose. Overcloud deployment is successful without any issue.
Overcloud failed and stop working when network goes upto 80 networks. Is there any limit that stop me to create more than 75 to 80 networks in overcloud.
I am trying to create 100 project and each project will have 1 private network, 1 router, 1 VM and 1 floating. When project number goes more than 70 than overcloud is not working properly.
Is there any limit of network creation in overcloud? How can i fix this?
I would scale up my overcloud for 2000 vms and at least 650 networks for production use. Please help.
Regards
Rahul Pathak
i2k2 Networks (P) Ltd. | Spring Meadows Business Park
A61-B4 & 4A First Floor, Sector 63, Noida - 201 301
ISO/IEC 27001:2005 & ISO 9001:2008 Certified
4 years, 4 months
Tripleo Undercloud deploy failes on rsyslogd centos 7
by Pradeep Pal
Hi,
I have tried to install OpenStack via TripleO (Rocky), but always getting
the error below.
Please help me to solve this problem, I have read many docs but how to fix
it No idea found.
TASK [Restart rsyslogd service after logging conf change]
***************************************************************************************************
fatal: [mgmt01]: FAILED! => {"msg": "The conditional check
'logconfig|changed' failed. The error was: template error while templating
string: no filter named 'changed'. String: {% if logconfig|changed %} True
{% else %} False {% endif %}\n\nThe error appears to be in
'/home/stack/undercloud-ansible-ibPUGS/Undercloud/host_prep_tasks.yaml':
line 664, column 5, but may\nbe elsewhere in the file depending on the
exact syntax problem.\n\nThe offending line appears to be:\n\n register:
logconfig\n - name: Restart rsyslogd service after logging conf change\n
^ here\n"}
NO MORE HOSTS LEFT
******************************************************************************************************************************************
PLAY RECAP
**************************************************************************************************************************************************
mgmt01 : ok=185 changed=53 unreachable=0 failed=1
skipped=164 rescued=0 ignored=1
Sunday 19 July 2020 21:45:12 +0530 (0:00:00.031) 0:01:34.752
***********
===============================================================================
Ensure system is NTP time synced
---------------------------------------------------------------------------------------------------------------------
7.47s
Run async deployment NetworkDeployment
---------------------------------------------------------------------------------------------------------------
4.05s
Run deployment UndercloudAllNodesDeployment
----------------------------------------------------------------------------------------------------------
2.11s
Run deployment UndercloudDeployment
------------------------------------------------------------------------------------------------------------------
2.09s
Run deployment InstanceIdDeployment
------------------------------------------------------------------------------------------------------------------
2.08s
Run deployment UndercloudAllNodesValidationDeployment
------------------------------------------------------------------------------------------------
1.92s
Run deployment HostsEntryDeployment
------------------------------------------------------------------------------------------------------------------
1.71s
Run deployment UndercloudPreDeployment
---------------------------------------------------------------------------------------------------------------
1.68s
Run deployment UndercloudHostsDeployment
-------------------------------------------------------------------------------------------------------------
1.68s
Run deployment UndercloudArtifactsDeploy
-------------------------------------------------------------------------------------------------------------
1.67s
tripleo-bootstrap : Deploy required packages to bootstrap TripleO
------------------------------------------------------------------------------------
1.59s
Remove dracut-config-generic
-------------------------------------------------------------------------------------------------------------------------
1.15s
container-registry : Install Docker
------------------------------------------------------------------------------------------------------------------
1.13s
Install ntpdate
--------------------------------------------------------------------------------------------------------------------------------------
1.13s
container-registry : ensure docker-distribution is installed
-----------------------------------------------------------------------------------------
1.10s
Render deployment file for UndercloudDeployment
------------------------------------------------------------------------------------------------------
0.97s
container-registry : Start Docker daemon
-------------------------------------------------------------------------------------------------------------
0.89s
tripleo-bootstrap : Check required packages are installed
--------------------------------------------------------------------------------------------
0.82s
allow logrotate to read inside containers
------------------------------------------------------------------------------------------------------------
0.78s
tripleo-ssh-known-hosts : Write temporary file
-------------------------------------------------------------------------------------------------------
0.76s
Exception: Deployment failed
Traceback (most recent call last):
File
"/usr/lib/python2.7/site-packages/tripleoclient/v1/tripleo_deploy.py", line
1217, in _standalone_deploy
raise exceptions.DeploymentError('Deployment failed')
DeploymentError: Deployment failed
None
Install artifact is located at
/home/stack/undercloud-install-20200719161512.tar.bzip2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Deployment Failed!
ERROR: Heat log files: /var/log/heat-launcher/undercloud_deploy-mzrbrN
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Deployment failed.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An error has occured while deploying the Undercloud.
See the previous output for details about what went wrong.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Command '['sudo', '--preserve-env', 'openstack', 'tripleo', 'deploy',
'--standalone', '--standalone-role', 'Undercloud', '--stack', 'undercloud',
'--local-domain=localdomain', '--local-ip=172.31.50.11/24',
'--templates=/usr/share/openstack-tripleo-heat-templates/',
'--heat-native', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/docker.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/undercloud.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/use-dns-for-vips.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/masquerade-networks.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/ironic-inspector.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/mistral.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/zaqar-swift-backend.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/tripleo-ui.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/tempest.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/public-tls-undercloud.yaml',
'--public-virtual-ip', '172.31.50.12', '--control-virtual-ip',
'172.31.50.13', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-endpoints-public-ip.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/undercloud-haproxy.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/undercloud-keepalived.yaml',
'--deployment-user', 'stack', '--output-dir=/home/stack', '--cleanup',
'-e',
'/home/stack/tripleo-config-generated-env-files/undercloud_parameters.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/tripleo-validations.yaml',
'--log-file=install-undercloud.log', '-e',
'/usr/share/openstack-tripleo-heat-templates/undercloud-stack-vstate-dropin.yaml']'
returned non-zero exit status 1
Command '['sudo', '--preserve-env', 'openstack', 'tripleo', 'deploy',
'--standalone', '--standalone-role', 'Undercloud', '--stack', 'undercloud',
'--local-domain=localdomain', '--local-ip=172.31.50.11/24',
'--templates=/usr/share/openstack-tripleo-heat-templates/',
'--heat-native', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/docker.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/undercloud.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/use-dns-for-vips.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/masquerade-networks.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/ironic-inspector.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/mistral.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/zaqar-swift-backend.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/tripleo-ui.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/tempest.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/public-tls-undercloud.yaml',
'--public-virtual-ip', '172.31.50.12', '--control-virtual-ip',
'172.31.50.13', '-e',
'/usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-endpoints-public-ip.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/undercloud-haproxy.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/services/undercloud-keepalived.yaml',
'--deployment-user', 'stack', '--output-dir=/home/stack', '--cleanup',
'-e',
'/home/stack/tripleo-config-generated-env-files/undercloud_parameters.yaml',
'-e',
'/usr/share/openstack-tripleo-heat-templates/environments/tripleo-validations.yaml',
'--log-file=install-undercloud.log', '-e',
'/usr/share/openstack-tripleo-heat-templates/undercloud-stack-vstate-dropin.yaml']'
returned non-zero exit status 1
--
Thanks & Regards
Pradeep Pal
4 years, 4 months