Skip to content

Commit

Permalink
g5k: add reservation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonin committed Jul 4, 2019
1 parent af1721a commit e9cb0e4
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions g5k/reservation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
# ############################################### #
# Grid'5000 reservation parameters #
# ############################################### #
provider:
type: g5k
job_name: 'enos'
walltime: '04:00:00'

resources:
paravance:
compute: 1
network: 1
control: 1

# ############################################### #
# Inventory to use #
# ############################################### #

# This will describe the topology of your services
inventory: inventories/inventory.sample

# ############################################### #
# docker registry parameters
# ############################################### #

# A registry will be deployed and used during the deployment
registry:
type: internal
# ip: 192.168.42.1
# port: 5000
#ceph: true
#ceph_keyring: /home/discovery/.ceph/ceph.client.discovery.keyring
#ceph_id: discovery
#ceph_rbd: discovery_kolla_registry/datas
#ceph_mon_host:
# - ceph0.rennes.grid5000.fr
# - ceph1.rennes.grid5000.fr
# - ceph2.rennes.grid5000.fr

# No registry will be used
# registry:
# type: none

# Use a registry already deployed
# registry:
# type: external
# ip: 192.168.142.253
# port: 5000


# ############################################### #
# Enos Customizations #
# ############################################### #
enable_monitoring: no


# ############################################### #
# Kolla parameters #
# ############################################### #
# Repository
kolla_repo: "https://git.openstack.org/openstack/kolla-ansible"
kolla_ref: "stable/stein"

# Vars : globals.yml
kolla:
kolla_base_distro: "centos"
kolla_install_type: "source"
enable_heat: "no"
enable_osprofiler: "yes"
enable_elasticsearch: "yes"

0 comments on commit e9cb0e4

Please sign in to comment.