Advertisement
Guest User

Untitled

a guest
May 26th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. [root@lab01 aws-ansible]# cat ~/awslab/install.txt
  2. Configured values:
  3. stack_name: dev2
  4. ami: ami-a33668b4
  5. region: us-east-1
  6. master_instance_type: m4.xlarge
  7. node_instance_type: t2.large
  8. app_instance_type: t2.large
  9. bastion_instance_type: t2.micro
  10. keypair: OSE-key
  11. create_key: yes
  12. key_path: /root/.ssh/id_rsa.pub
  13. create_vpc: yes
  14. vpc_id: None
  15. private_subnet_id1: None
  16. private_subnet_id2: None
  17. private_subnet_id3: None
  18. public_subnet_id1: None
  19. public_subnet_id2: None
  20. public_subnet_id3: None
  21. byo_bastion: no
  22. bastion_sg: /dev/null
  23. console port: 443
  24. deployment_type: openshift-enterprise
  25. openshift_sdn: redhat/openshift-ovs-subnet
  26. public_hosted_zone: ruchix.com
  27. app_dns_prefix: apps
  28. apps_dns: apps.ruchix.com
  29. rhsm_user: rhn-support-rkharwar
  30. rhsm_password: *******
  31. rhsm_pool: Red Hat OpenShift Container Platform, Standard, 2-Core
  32. containerized: False
  33. s3_bucket_name: dev2-ocp-registry-ruchix
  34. s3_username: dev2-s3-openshift-user
  35. github_client_id: *******
  36. github_client_secret: *******
  37. github_organization: ruchix,openshift
  38. deploy_openshift_metrics: false
  39.  
  40. Continue using these values? [y/N]:
  41. PLAY [localhost] *********************************************************************************************************************************
  42.  
  43. TASK [ssh-key : OSE ec2 key] *********************************************************************************************************************
  44. ok: [localhost] => (item=ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLXeMiDfnDME1lAKNbcQPxerwIi2Ko158Ivx6K3aTLVkBsklqF9GnJ5t74suy7jeu9eC5vEC4omDgcJb2dDN3ajZLfRZsxvHwOHqxYFVwcNt8Yr+Y2jZdTVr4YSDsUfbCh1buPbRCybXj5FnV1I4JnAurauFR36MHNMTY0SCuhBAIsy4ncvNQi1M5ld2h9x4r/Wvby4k8f547zJtuKXgIITmxZ16fu/kiq+3lx4dyYMzkBio63ezKnZWQG+RL26b6dIQ7GPnMfzJPpDr6Jqkg2SVwkBtRcy8VKqeQs5SQen/3OINAR2ga90ed2d/skbpk//4egAxCfYGaWHRO3Zudd root@uchost)
  45.  
  46. TASK [cfn-outputs : Get cfn stack outputs] *******************************************************************************************************
  47. skipping: [localhost]
  48.  
  49. TASK [cfn-outputs : Set s3 facts] ****************************************************************************************************************
  50. skipping: [localhost]
  51.  
  52. TASK [pre-install-check : Get current Ansible version on local host] *****************************************************************************
  53. ok: [localhost] => {
  54. "changed": false
  55. }
  56.  
  57. MSG:
  58.  
  59. All assertions passed
  60.  
  61. TASK [cloudformation-infra : Create Greenfield Infrastructure] ***********************************************************************************
  62. changed: [localhost]
  63.  
  64. TASK [cloudformation-infra : Create Brownfield Infrastructure] ***********************************************************************************
  65. skipping: [localhost]
  66.  
  67. TASK [cloudformation-infra : Create Brownfield Infrastructure with existing bastion] *************************************************************
  68. skipping: [localhost]
  69.  
  70. TASK [cloudformation-infra : Add App Node] *******************************************************************************************************
  71. skipping: [localhost]
  72.  
  73. TASK [cloudformation-infra : Add Infra Node] *****************************************************************************************************
  74. skipping: [localhost]
  75.  
  76. TASK [cloudformation-infra : Add CNS Gluster Nodes with io1] *************************************************************************************
  77. skipping: [localhost]
  78.  
  79. TASK [cloudformation-infra : Add CNS Gluster Nodes] **********************************************************************************************
  80. skipping: [localhost]
  81.  
  82. TASK [cloudformation-infra : Add CRS Gluster Nodes with IO1] *************************************************************************************
  83. skipping: [localhost]
  84.  
  85. TASK [cloudformation-infra : Add CRS Gluster Nodes] **********************************************************************************************
  86. skipping: [localhost]
  87.  
  88. PLAY RECAP ***************************************************************************************************************************************
  89. localhost : ok=3 changed=1 unreachable=0 failed=0
  90.  
  91.  
  92. PLAY [localhost] *********************************************************************************************************************************
  93.  
  94. TASK [Gathering Facts] ***************************************************************************************************************************
  95. ok: [localhost]
  96.  
  97. TASK [cfn-outputs : Get cfn stack outputs] *******************************************************************************************************
  98. ok: [localhost]
  99.  
  100. TASK [cfn-outputs : Set s3 facts] ****************************************************************************************************************
  101. fatal: [localhost]: FAILED! => {
  102. "failed": true
  103. }
  104.  
  105. MSG:
  106.  
  107. the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute 'S3UserSecretKey'
  108.  
  109. The error appears to have been in '/root/awslab/git/openshift-ansible-contrib/reference-architecture/aws-ansible/playbooks/roles/cfn-outputs/tasks/main.yaml': line 8, column 3, but may
  110. be elsewhere in the file depending on the exact syntax problem.
  111.  
  112. The offending line appears to be:
  113.  
  114.  
  115. - name: Set s3 facts
  116. ^ here
  117.  
  118.  
  119. PLAY RECAP ***************************************************************************************************************************************
  120. localhost : ok=2 changed=0 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement