Advertisement
Guest User

Untitled

a guest
Jan 10th, 2018
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. uiconfig:
  2. developer_mode: false
  3. main_user_name: admin
  4. main_user_password: **MASKED**
  5. diego_cell_instances: 1
  6. bluemix_env_domain: management.demo.isd.th.ibm.com
  7. bluemix_env_domain_cert: |+
  8. -----BEGIN CERTIFICATE-----
  9. **MASKED**
  10. -----END CERTIFICATE-----
  11. bluemix_env_domain_cert_ca: |+
  12. -----BEGIN CERTIFICATE-----
  13. **MASKED**
  14. -----END CERTIFICATE-----
  15. bluemix_env_domain_cert_rsa_key: |+
  16. -----BEGIN PRIVATE KEY-----
  17. **MASKED**
  18. -----END PRIVATE KEY-----
  19. bluemix_apps_domain: apps.demo.isd.th.ibm.com
  20. bluemix_apps_domain_cert: |+
  21. -----BEGIN CERTIFICATE-----
  22. **MASKED**
  23. -----END CERTIFICATE-----
  24. bluemix_apps_domain_cert_rsa_key: |+
  25. -----BEGIN PRIVATE KEY-----
  26. **MASKED**
  27. -----END PRIVATE KEY-----
  28. vmware_address: 192.168.63.21
  29. vmware_username: administrator@vsphere.local
  30. vmware_password: **MASKED**
  31. datacenter_name: ICP Datacenter
  32. vm_folder: ICP CF
  33. template_folder: ICP CF Template
  34. disk_path: /Disk
  35. datastore_pattern: ds_san03_01
  36. persistent_datastore_pattern: ds_san03_01
  37. cluster_name: ICP Cluster
  38. external_dns: 192.168.63.31
  39. ntp_servers: 192.168.63.31
  40. subnet: 192.168.63.0/24
  41. address_range: 192.168.63.201-192.168.63.250
  42. gateway: 192.168.63.1
  43. portgroup: CF Network
  44. director_ip: 192.168.63.201
  45. haproxy_ip: 192.168.63.202
  46. cloud_config_custom: |+
  47. ---
  48. properties:
  49. vcenter:
  50. default_disk_type: thin
  51.  
  52.  
  53. ./cm state -s cfpoc set --status READY
  54. ./cm state -s diegopoc set --status READY
  55.  
  56. # ./cm states
  57. =>
  58. State : Generate bmx configuration
  59. State name: gen-bmxconfig
  60. Status : READY
  61. Start time:
  62. End time :
  63. Reason :
  64. =>
  65. State : Director
  66. State name: director
  67. Status : READY
  68. Start time:
  69. End time :
  70. Reason :
  71. =>
  72. State : CloudFoundry
  73. State name: cf
  74. Status : READY
  75. Start time:
  76. End time :
  77. Reason :
  78. =>
  79. State : Diego
  80. State name: diego
  81. Status : READY
  82. Start time:
  83. End time :
  84. Reason :
  85. =>
  86. State : Buildpacks
  87. State name: buildpacks
  88. Status : SKIP
  89. Start time:
  90. End time :
  91. Reason :
  92.  
  93.  
  94. # ./cm state -s cfpoc set --status READY
  95. Unable to set status, please check logs
  96. [root@icpf21 icp-cloud-foundry-x86_64-2.1.0.1]# ./cm state -s diegopoc set --status READY
  97. Unable to set status, please check logs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement