Sha256: a9b9adb634054d5be3d73106012f874ef9b8fd95276ff52891265adb4b1a2cc6
Contents?: true
Size: 1.69 KB
Versions: 1
Compression:
Stored size: 1.69 KB
Contents
# (c) Copyright 2014 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # 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] # 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 # build.sh internal variables. build_config: box branch: master box_name: maestro
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forj-0.0.36 | lib/defaults.yaml |