Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. defaults: &defaults
  2. agents: &agents
  3. blueprint: &agent_blueprint
  4. version: '1'
  5. auth:
  6. username: agent
  7. password: secret
  8. supported_features:
  9. - state
  10. - lifecycle
  11. - credentials
  12. - backup
  13. - restore
  14. services:
  15. - &blueprint_service
  16. id: '24731fb8-7b84-4f57-914f-c3d55d793dd4'
  17. name: 'blueprint'
  18. plans:
  19. - id: 'bc158c9a-7934-401e-94ab-057082a5073f'
  20. name: 'v1.0-dedicated-xsmall'
  21. free: false
  22. manager:
  23. name: 'director'
  24. settings:
  25. prefix: 'blueprint'
  26. agent: *agent_blueprint
  27. context:
  28. agent: *agent_blueprint
  29.  
  30. development:
  31. <<: *defaults
  32. agents:
  33. <<: *agents
  34. blueprint: &agent_blueprint
  35. <<: *agent_blueprint
  36. supported_features:
  37. - state
  38. - lifecycle
  39. - credentials
  40. services:
  41. - *blueprint_service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement