Merge branch 'master' into resources-migrate

This commit is contained in:
Przemyslaw Kaminski 2015-05-27 13:52:50 +02:00
commit c46149129a
13 changed files with 170 additions and 28 deletions

View File

@ -3,5 +3,11 @@ handler: ansible
version: 1.0.0
input:
ip:
type: str!
value:
image:
export_volumes:
type: str!
value:
export_volumes:
type: str!
value:

View File

@ -3,13 +3,23 @@ handler: ansible
version: 1.0.0
input:
ip:
schema: str!
value:
image:
schema: str!
value:
ports:
schema: [int]
value: []
host_binds:
schema: [int]
value: []
volume_binds:
schema: [int]
value: []
ssh_user:
schema: str!
value: []
ssh_key:
input-types:
ports:
host_binds: list
volume_binds: list
schema: str!
value: []

View File

@ -2,4 +2,6 @@ id: file
handler: shell
version: 1.0.0
input:
path: /tmp/test_file
path:
schema: str!
value: /tmp/test_file

View File

@ -3,15 +3,26 @@ handler: ansible
version: 1.0.0
input:
ip:
config_dir: {src: /etc/solar/haproxy, dst: /etc/haproxy}
schema: int!
value:
config_dir:
schema: {src: str!, dst: str!}
value: {src: /etc/solar/haproxy, dst: /etc/haproxy}
listen_ports:
schema: [int]
value: []
configs:
schema: [[str]]
value: []
configs_names:
schema: [str]
value: []
configs_ports:
schema: [[int]]
value: []
ssh_user:
schema: str!
value:
ssh_key:
input-types:
listen_ports: list
configs: list
configs_names: list
configs_ports: list
schema: str!
value:

View File

@ -3,9 +3,14 @@ handler: none
version: 1.0.0
input:
name:
schema: str!
value:
listen_port:
schema: int!
value:
ports:
schema: [int]
value:
servers:
input-types:
ports: list
servers: list
schema: [str]
value:

View File

@ -3,11 +3,29 @@ handler: ansible
version: 1.0.0
input:
config_dir:
schema: str!
value:
admin_token:
schema: str!
value:
db_user:
schema: str!
value:
db_password:
schema: str!
value:
db_host:
schema: str!
value:
db_name:
schema: str!
value:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:

View File

@ -2,10 +2,24 @@ id: keystone
handler: ansible
version: 1.0.0
input:
image: kollaglue/centos-rdo-keystone
image:
schema: str!
value: kollaglue/centos-rdo-keystone
config_dir:
schema: str!
value:
port:
schema: int!
value:
admin_port:
schema: int!
value:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:

View File

@ -3,12 +3,32 @@ handler: ansible
version: 1.0.0
input:
keystone_host:
schema: str!
value:
keystone_port:
schema: int!
value:
login_user:
schema: str!
value:
login_token:
schema: str!
value:
user_name:
schema: str!
value:
user_password:
schema: str!
value:
tenant_name:
schema: str!
value:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:

View File

@ -6,9 +6,23 @@ actions:
remove: remove.yml
input:
db_name:
schema: str!
value:
login_password:
schema: str!
value:
login_port:
schema: int!
value:
login_user:
ip:
ssh_key:
ssh_user:
schema: str!
value:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:

View File

@ -3,8 +3,20 @@ handler: ansible
version: 1.0.0
input:
image:
root_password:
port:
ip:
ssh_key:
ssh_user:
schema: str!
value:
root_password:
schema: str!
value:
port:
schema: str!
value:
ip:
schema: int!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:

View File

@ -6,11 +6,29 @@ actions:
remove: remove.yml
input:
new_user_password:
schema: str!
value:
new_user_name:
schema: str!
value:
db_name:
schema: str!
value:
login_password:
schema: str!
value:
login_port:
schema: int!
value:
login_user:
ip:
ssh_key:
ssh_user:
schema: str!
value:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:

View File

@ -3,5 +3,11 @@ handler: ansible
version: 1.0.0
input:
ip:
port: 8774
schema: str!
value:
port:
schema: int!
value: 8774
image: # TODO
schema: str!
value:

View File

@ -4,5 +4,11 @@ version: 1.0.0
actions:
input:
ip:
schema: str!
value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value: