Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. **sudo nano /usr/share/openstack/templates/juju-env/maas.yaml**
  2.  
  3. default: maas
  4.  
  5. environments:
  6. maas:
  7. type: maas
  8. maas-server: 'http://x.x.x.x/MAAS/'
  9. maas-oauth: 'LnLE8w3grRK6hLcVgF:xxxxxxx'
  10. admin-secret: richardsith
  11. default-series: trusty
  12. authorized-keys-path: ~/.ssh/id_rsa.pub
  13. apt-http-proxy: 'http://x.x.x.x:8000/'
  14. lxc-clone: true
  15. bootstrap-timeout: 3600
  16.  
  17. openstack:
  18. type: openstack
  19. use-floating-ip: true
  20. use-default-secgroup: true
  21. network: ubuntu-net
  22. auth-url: http://keystoneurl:5000/v2.0/
  23. tenant-name: ubuntu
  24. region: RegionOne
  25. auth-mode: userpass
  26. username: ubuntu
  27. password: richardsith
  28.  
  29. **sudo nano /etc/network/interfaces**
  30.  
  31. dns-nameservers 1.1.0.254
  32. dns-search maas
  33.  
  34. **sudo nano /etc/resolvconf/resolv.conf.d/head**
  35.  
  36. search maas
  37. nameserver 1.1.0.254
  38.  
  39.  
  40. **sudo resolvconf -u**
  41.  
  42. **$: sudo openstack-install**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement