Description of problem:
Overcloud deployment fails if I manually change the undercloud machine timezone after undercloud installation.
Version-Release number of selected component (if applicable):
instack-undercloud-5.0.0-0.20161007201832.f044a47.el7ost.noarch
How reproducible:
100%
Steps to Reproduce:
1. Install undercloud, register nodes
2. Set timezone to UTC
/usr/bin/timedatectl set-timezone UTC
3. Enable NTP
/usr/bin/timedatectl set-ntp true
4. In chrony.conf add server clock.redhat.com iburst
5. Restart chronyd
6. Deploy overcloud
Actual results:
Deployment fails:
Object DELETE failed: http://192.168.0.1:8080/v1/AUTH_fbdded938872487eb84645b450786907/overcloud/all-nodes-validation.yaml 409 Conflict [first 60 chars of response] <html><h1>Conflict</h1><p>There was a conflict when trying t
Removing the current plan files
Expected results:
Deployment proceeds.
Additional info:
I actually tried to rerun openstack undercloud install after this and it failed with the following error:
Unauthorized: The password is expired and needs to be reset by an administrator for user: def8ee01d9ba4b9a862de6f5eaa6e135 (HTTP 401) (Request-ID: req-762e820c-cdb0-4a9b-9996-6f84f182a40c)
Facing same issue.
Started Mistral Workflow tripleo.validations.v1.check_pre_deployment_validations. Execution ID: b7041f06-bcd0-40fb-87f3-ebc870e87972
Waiting for messages on queue '88c17464-80f3-407d-b9fb-fa624ef072d9' with no timeout.
Removing the current plan files
Object DELETE failed: http://192.168.235.129:8080/v1/AUTH_dd346f92d6b5440db760d231c2a353b8/overcloud/all-nodes-validation.yaml 409 Conflict [first 60 chars of response] <html><h1>Conflict</h1><p>There was a conflict when trying t
Please help to solve this issue
Thanks
Pradeep