Skip to content

Commit

Permalink
ajout mockup choix cloud et DB
Browse files Browse the repository at this point in the history
  • Loading branch information
vmeoc authored Jan 7, 2019
1 parent 8d48384 commit 49298c4
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
inputs:
cloud_target:
type: string
description: choix du cloud de destination
enum:
- vSphere
- AWS
- Azure
titoVersion:
type: string
description: Version de code de Tito
Expand Down Expand Up @@ -45,11 +52,19 @@ resources:
- git clone https://github.com/vmeoc/Tito.git /var/www/html
- cd /var/www/html
- git checkout ${input.titoVersion}
name: Tito Front End
Cloud_Machine_2:
type: Cloud.Machine
properties:
image: ahugla-Linux
flavor: ahugla-small
networks:
- name: '${Cloud_Network_1.name}'
name: Tito DB
Cloud_Network_1:
type: Cloud.Network
properties:
name: MonReseau
networkType: existing
constraints:
- tag: 'Network:application'

0 comments on commit 49298c4

Please sign in to comment.