Activity log for bug #1751929

Date Who What changed Old value New value Message
2018-02-26 22:39:23 James LaBarre bug added bug
2018-02-26 22:39:23 James LaBarre attachment added command-line output from attempted deploy https://bugs.launchpad.net/bugs/1751929/+attachment/5063995/+files/OOOlog_20180226_1300.txt
2018-02-26 22:40:40 James LaBarre attachment added ara.json from failed deploy https://bugs.launchpad.net/tripleo/+bug/1751929/+attachment/5063996/+files/ara.json
2018-02-26 22:41:42 James LaBarre attachment added command-ZIP_DEFLATED from failed deploy https://bugs.launchpad.net/tripleo/+bug/1751929/+attachment/5063997/+files/command-ZIP_DEFLATED
2018-02-26 22:42:24 James LaBarre attachment added setup-ZIP_DEFLATED from failed deploy https://bugs.launchpad.net/tripleo/+bug/1751929/+attachment/5063998/+files/setup-ZIP_DEFLATED
2018-02-26 22:45:41 James LaBarre description Situation: Previously had been able to set up TripleO Quickstart on x86_64 (late Fall?) Currently the setup will start the ansible-playbook, then kill all the processes for the non-root user, thereby killing the deploy. I've been using environment variables to make it easier to try different variables in the quickstart.sh script. This is what had worked for me in the late fall time period. ========================================== export OOOtimestamp=`date +%Y%m%d_%H%M` export GenConfig=minimal export ReleaseName=pike export ClusterNodes=config/nodes/1ctlr_1comp.yml export OtherSwitches=" --bootstrap --no-clone --retain-inventory --ansible-debug --clean" export EnvHostnameIP="127.0.0.2" bash quickstart.sh --playbook quickstart-extras.yml \ --config config/general_config/${GenConfig}.yml \ --tags all \ --skip-tags overcloud-validate \ --release ${ReleaseName} \ --nodes $ClusterNodes \ $OtherSwitches $EnvHostnameIP |& tee ~/OOOlog_${OOOtimestamp}.txt ========================================== I eventually set quickstart.sh to show verbose output, which I piped to a file, I will attach a sample one here. Also attaching the corresponding logs saved in ~/.ansible/tmp/ I did get the setup to complete by using NO parameters (other than the host IP), so I don't know just yet what configuration it gave me. Will update that later as I find details. ================================================== ./quickstart.sh 127.0.0.2 |& tee ~/OOOlog_${OOOtimestamp}.txt ^C ================================================== Ultimately I am trying to get a containerized test setup of Queens working on RHEL 7.5b, but for the purposes of troubleshooting my process I went back to the procedure I had run successfully run before, so I could work my way up to there. I have running "git pull" first thing in the morning before I start trying the script, for tripleO repos: tripleo-environments tripleo-heat-templates tripleo-quickstart tripleo-quickstart-extras tripleo-ui I know I don't need all of them, at least not right off. REPOSITORIES CONFIGURED FOR RHEL 7.4 !epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,299 rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 747 rhel-7-server-openstack-12-rpms/x86_64 Red Hat OpenStack Platform 12 for RHEL 7 (RPMs) 868 rhel-7-server-rh-common-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - RH Common (RPMs) 231 rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 18,035 rhel-ha-for-rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux High Availability (for RHEL 7 Server) (RPMs) 404 Since I *did* get a simplistic script to run, I will step through the parameters to see if I can see where it fails. Situation:  Previously had been able to set up TripleO Quickstart on x86_64 (late Fall?)  Currently the setup will start the ansible-playbook, then kill all the processes for the non-root user, thereby killing the deploy. I've been using environment variables to make it easier to try different variables in the quickstart.sh script. This is what had worked for me in the late fall time period. ========================================== export OOOtimestamp=`date +%Y%m%d_%H%M` export GenConfig=minimal export ReleaseName=pike export ClusterNodes=config/nodes/1ctlr_1comp.yml export OtherSwitches=" --bootstrap --no-clone --retain-inventory --ansible-debug --clean" export EnvHostnameIP="127.0.0.2" bash quickstart.sh --playbook quickstart-extras.yml \    --config config/general_config/${GenConfig}.yml \    --tags all \    --skip-tags overcloud-validate \    --release ${ReleaseName} \    --nodes $ClusterNodes \    $OtherSwitches $EnvHostnameIP |& tee ~/OOOlog_${OOOtimestamp}.txt ========================================== I eventually set quickstart.sh to show verbose output, which I piped to a file, I will attach a sample one here. Also attaching the corresponding logs saved in ~/.ansible/tmp/ I did get the setup to complete by using NO parameters (other than the host IP), so I don't know just yet what configuration it gave me. Will update that later as I find details. ================================================== ./quickstart.sh 127.0.0.2 |& tee ~/OOOlog_${OOOtimestamp}.txt ================================================== Ultimately I am trying to get a containerized test setup of Queens working on RHEL 7.5b, but for the purposes of troubleshooting my process I went back to the procedure I had run successfully run before, so I could work my way up to there. I have running "git pull" first thing in the morning before I start trying the script, for tripleO repos:    tripleo-environments    tripleo-heat-templates    tripleo-quickstart    tripleo-quickstart-extras    tripleo-ui I know I don't need all of them, at least not right off. REPOSITORIES CONFIGURED FOR RHEL 7.4 !epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,299 rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 747 rhel-7-server-openstack-12-rpms/x86_64 Red Hat OpenStack Platform 12 for RHEL 7 (RPMs) 868 rhel-7-server-rh-common-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server - RH Common (RPMs) 231 rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 18,035 rhel-ha-for-rhel-7-server-rpms/7Server/x86_64 Red Hat Enterprise Linux High Availability (for RHEL 7 Server) (RPMs) 404 Since I *did* get a simplistic script to run, I will step through the parameters to see if I can see where it fails.
2018-02-27 00:22:46 Alex Schultz tripleo: status New Triaged
2018-02-27 00:22:47 Alex Schultz tripleo: importance Undecided Medium
2018-02-27 00:22:50 Alex Schultz tripleo: milestone rocky-1
2018-02-27 00:22:55 Alex Schultz tags quickstart
2018-04-20 17:11:56 Alex Schultz tripleo: milestone rocky-1 rocky-2
2018-06-05 19:57:56 Emilien Macchi tripleo: milestone rocky-2 rocky-3
2018-07-26 14:52:32 Emilien Macchi tripleo: milestone rocky-3 rocky-rc1
2018-07-26 16:20:02 Emilien Macchi tripleo: milestone rocky-rc1 stein-1
2018-10-30 17:21:35 Juan Antonio Osorio Robles tripleo: milestone stein-1 stein-2
2019-01-13 22:48:47 Emilien Macchi tripleo: milestone stein-2 stein-3
2019-03-13 23:22:02 Alex Schultz tripleo: milestone stein-3 train-1
2019-06-07 20:12:31 Alex Schultz tripleo: milestone train-1 train-2
2019-07-29 14:38:17 Alex Schultz tripleo: milestone train-2 train-3
2019-09-12 13:34:21 Alex Schultz tripleo: milestone train-3 ussuri-1
2019-12-19 15:11:50 Emilien Macchi tripleo: milestone ussuri-1 ussuri-2
2020-02-10 21:32:49 wes hayutin tripleo: milestone ussuri-2 ussuri-3
2020-04-13 18:17:23 wes hayutin tripleo: milestone ussuri-3 ussuri-rc3
2020-05-11 20:20:23 wes hayutin tripleo: status Triaged Incomplete
2020-05-26 20:56:43 wes hayutin tripleo: milestone ussuri-rc3 victoria-1
2020-07-28 12:34:57 Emilien Macchi tripleo: milestone victoria-1 victoria-3