Browse Source

add console into virt

tags/0.4
smolaon 8 years ago
parent
commit
fcf3316cc0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      salt/control/virt.sls

+ 2
- 0
salt/control/virt.sls View File

- nic: {{ node.net_profile }} - nic: {{ node.net_profile }}
- kwargs: - kwargs:
seed: True seed: True
serial_type: pty
console: True
- unless: virsh list --all | grep {{ node_name }}.{{ cluster.domain }} - unless: virsh list --all | grep {{ node_name }}.{{ cluster.domain }}


#salt_control_seed_{{ cluster_name }}_{{ node_name }}: #salt_control_seed_{{ cluster_name }}_{{ node_name }}:

Loading…
Cancel
Save