lib/defaults.yaml in forj-0.0.35 vs lib/defaults.yaml in forj-0.0.36

- old
+ new

@@ -12,19 +12,30 @@ # See the License for the specific language governing permissions and # limitations under the License. default: maestro_url: https://github.com/forj-oss/maestro.git + + # Default Infra repository to use. If missing, it will be proposed to be created. infra_repo: ~/.forj/infra + # You can set proto2b in your ~/.forj/config.yaml if you built it from maestro/build. Read the maestro/README.md to create it. image: Ubuntu Precise 12.04.4 LTS Server 64-bit 20140414 (Rescue Image) + + # Flavor to use for Maestro flavor: standard.xsmall + + # Ports to open for Maestro, added to the security group + security_group: forj ports: [22, 80, 443, 3000, 3131, 3132, 3233, 3134, 3135, 4505-4506, 5000, 5666, 8000, 8080-8081, 8083, 8125, 8139-8140, 8773-8776, 9292, 29418, 35357] - keypair_path: ~/.hpcloud/keypairs/nova - keypair_name: nova + + # Private key file path. Those files (private/public key) will be added to ~/.forj/keypairs/ as respectively 'keypair_name' and 'keypair_name'.pub + keypair_path: ~/.ssh/forj-id_rsa + keypair_name: forj + # Network: If network doesn't exist, forj cli will try to create it, and attach it a router. network: forj - security_group: forj - # at this point you have to clone the infra project manually + + # build.sh internal variables. build_config: box branch: master box_name: maestro