Advertisement
Guest User

Untitled

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