github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/xenial/ubuntu/README.md (about) 1 # Overview 2 3 This charm provides a blank [Ubuntu](http://ubuntu.com) image. It does not provide any services other than a blank cloud image for you to manage manually, it is intended for testing and development. 4 5 # Usage 6 7 Step by step instructions on using this charm: 8 9 juju deploy ubuntu 10 11 You can then ssh to the instance with: 12 13 juju ssh ubuntu/0 14 15 ## Scale out Usage 16 17 This charm is not designed to be used at scale since it does not have any relationships, however you can bulk add machines with `add-unit`: 18 19 juju add-unit ubuntu # Add one more 20 juju add-unit -n5 ubuntu # Add 5 at a time 21 22 23 You can also alias names in order to organize a bunch of empty instances: 24 25 juju deploy ubuntu mytestmachine1 26 juju deploy ubuntu mytestmachine2 27 28 and so on. 29 30 ## Known Limitations and Issues 31 32 This charm does not provide anything other than a blank server, so it does not relate to other charms. 33 34 # Configuration 35 36 This charm has no configuration options. 37 38 # Contact Information 39 40 41 ## Upstream Project Name 42 43 - [Ubuntu](http://ubuntu.com) 44 - [Bug tracker](http://bugs.launchpad.net/ubuntu) 45 - [Ubuntu Server Mailing list](https://lists.ubuntu.com/archives/ubuntu-server/) 46 47 ## Charm Contact Information 48 49 - Author: Juju Charm Community 50 - Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu) 51 - Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu) 52