Merge branch 'master' into resources-migrate
This commit is contained in:
commit
c46149129a
@ -3,5 +3,11 @@ handler: ansible
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
ip:
|
ip:
|
||||||
|
type: str!
|
||||||
|
value:
|
||||||
image:
|
image:
|
||||||
export_volumes:
|
type: str!
|
||||||
|
value:
|
||||||
|
export_volumes:
|
||||||
|
type: str!
|
||||||
|
value:
|
||||||
|
@ -3,13 +3,23 @@ handler: ansible
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
ip:
|
ip:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
image:
|
image:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ports:
|
ports:
|
||||||
|
schema: [int]
|
||||||
|
value: []
|
||||||
host_binds:
|
host_binds:
|
||||||
|
schema: [int]
|
||||||
|
value: []
|
||||||
volume_binds:
|
volume_binds:
|
||||||
|
schema: [int]
|
||||||
|
value: []
|
||||||
ssh_user:
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value: []
|
||||||
ssh_key:
|
ssh_key:
|
||||||
input-types:
|
schema: str!
|
||||||
ports:
|
value: []
|
||||||
host_binds: list
|
|
||||||
volume_binds: list
|
|
||||||
|
@ -2,4 +2,6 @@ id: file
|
|||||||
handler: shell
|
handler: shell
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
path: /tmp/test_file
|
path:
|
||||||
|
schema: str!
|
||||||
|
value: /tmp/test_file
|
||||||
|
@ -3,15 +3,26 @@ handler: ansible
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
ip:
|
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:
|
listen_ports:
|
||||||
|
schema: [int]
|
||||||
|
value: []
|
||||||
configs:
|
configs:
|
||||||
|
schema: [[str]]
|
||||||
|
value: []
|
||||||
configs_names:
|
configs_names:
|
||||||
|
schema: [str]
|
||||||
|
value: []
|
||||||
configs_ports:
|
configs_ports:
|
||||||
|
schema: [[int]]
|
||||||
|
value: []
|
||||||
ssh_user:
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
input-types:
|
schema: str!
|
||||||
listen_ports: list
|
value:
|
||||||
configs: list
|
|
||||||
configs_names: list
|
|
||||||
configs_ports: list
|
|
||||||
|
@ -3,9 +3,14 @@ handler: none
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
name:
|
name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
listen_port:
|
listen_port:
|
||||||
|
schema: int!
|
||||||
|
value:
|
||||||
ports:
|
ports:
|
||||||
|
schema: [int]
|
||||||
|
value:
|
||||||
servers:
|
servers:
|
||||||
input-types:
|
schema: [str]
|
||||||
ports: list
|
value:
|
||||||
servers: list
|
|
||||||
|
@ -3,11 +3,29 @@ handler: ansible
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
config_dir:
|
config_dir:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
admin_token:
|
admin_token:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
db_user:
|
db_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
db_password:
|
db_password:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
db_host:
|
db_host:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
db_name:
|
db_name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ip:
|
ip:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
@ -2,10 +2,24 @@ id: keystone
|
|||||||
handler: ansible
|
handler: ansible
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
image: kollaglue/centos-rdo-keystone
|
image:
|
||||||
|
schema: str!
|
||||||
|
value: kollaglue/centos-rdo-keystone
|
||||||
config_dir:
|
config_dir:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
port:
|
port:
|
||||||
|
schema: int!
|
||||||
|
value:
|
||||||
admin_port:
|
admin_port:
|
||||||
|
schema: int!
|
||||||
|
value:
|
||||||
ip:
|
ip:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
@ -3,12 +3,32 @@ handler: ansible
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
keystone_host:
|
keystone_host:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
keystone_port:
|
keystone_port:
|
||||||
|
schema: int!
|
||||||
|
value:
|
||||||
login_user:
|
login_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
login_token:
|
login_token:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
user_name:
|
user_name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
user_password:
|
user_password:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
tenant_name:
|
tenant_name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ip:
|
ip:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
@ -6,9 +6,23 @@ actions:
|
|||||||
remove: remove.yml
|
remove: remove.yml
|
||||||
input:
|
input:
|
||||||
db_name:
|
db_name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
login_password:
|
login_password:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
login_port:
|
login_port:
|
||||||
|
schema: int!
|
||||||
|
value:
|
||||||
login_user:
|
login_user:
|
||||||
ip:
|
schema: str!
|
||||||
ssh_key:
|
value:
|
||||||
ssh_user:
|
ip:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
ssh_key:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
@ -3,8 +3,20 @@ handler: ansible
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
image:
|
image:
|
||||||
root_password:
|
schema: str!
|
||||||
port:
|
value:
|
||||||
ip:
|
root_password:
|
||||||
ssh_key:
|
schema: str!
|
||||||
ssh_user:
|
value:
|
||||||
|
port:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
ip:
|
||||||
|
schema: int!
|
||||||
|
value:
|
||||||
|
ssh_key:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
@ -6,11 +6,29 @@ actions:
|
|||||||
remove: remove.yml
|
remove: remove.yml
|
||||||
input:
|
input:
|
||||||
new_user_password:
|
new_user_password:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
new_user_name:
|
new_user_name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
db_name:
|
db_name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
login_password:
|
login_password:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
login_port:
|
login_port:
|
||||||
|
schema: int!
|
||||||
|
value:
|
||||||
login_user:
|
login_user:
|
||||||
ip:
|
schema: str!
|
||||||
ssh_key:
|
value:
|
||||||
ssh_user:
|
ip:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
ssh_key:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
@ -3,5 +3,11 @@ handler: ansible
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
input:
|
input:
|
||||||
ip:
|
ip:
|
||||||
port: 8774
|
schema: str!
|
||||||
|
value:
|
||||||
|
port:
|
||||||
|
schema: int!
|
||||||
|
value: 8774
|
||||||
image: # TODO
|
image: # TODO
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
@ -4,5 +4,11 @@ version: 1.0.0
|
|||||||
actions:
|
actions:
|
||||||
input:
|
input:
|
||||||
ip:
|
ip:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_key:
|
ssh_key:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
ssh_user:
|
ssh_user:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
|
Loading…
Reference in New Issue
Block a user