Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. context_basic:
  2. openstack_release: "cso-ocata-v1.5.0"
  3. monitoring:
  4. influxdb_username: "influx_user"
  5. influxdb_password: "influx_password"
  6. influxdb_collectd_port: 1234
  7. influxdb_address: 1.2.3.4
  8. external_elasticsearch_address: 2.3.4.5
  9. vip_address_external: 192.168.1.211
  10. vip_address_internal: 192.168.1.211
  11. reliable_address_external: 192.168.1.101
  12. reliable_address_internal: 192.168.1.101
  13. docker_registry: "192.168.1.101:5000"
  14. repos_url: "http://192.168.1.101:8008/"
  15. hosts:
  16. - hostname: nfv3
  17. ip: 106.120.104.213
  18. password: Hazelburn1234
  19. - hostname: osc
  20. ip: 192.168.1.11
  21. password:
  22. public_interface: eth1
  23. - hostname: compute1
  24. ip: 192.168.1.31
  25. password:
  26. - hostname: compute2
  27. ip: 192.168.1.32
  28. password:
  29. host_mapping:
  30. control:
  31. - osc
  32. cms:
  33. - nfv3
  34. operator_user_name: "test1"
  35. mvm_operator_pass: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement