代码之家  ›  专栏  ›  技术社区  ›  ImranRazaKhan

如何使用ansible在现有集群中添加glusterfs节点

  •  0
  • ImranRazaKhan  · 技术社区  · 6 年前

    https://github.com/openshift/openshift-ansible/tree/master/playbooks/openshift-glusterfs
    

    我找到一本没有描述的剧本

    https://github.com/openshift/openshift-ansible/blob/master/playbooks/openshift-glusterfs/upgrade.yml
    
    1 回复  |  直到 6 年前
        1
  •  0
  •   ImranRazaKhan    6 年前

    要在现有组中添加glusterfs节点,请执行以下操作

    [glusterfs]
    10.1.1.1  glusterfs_devices='[ "/dev/vdb" ]' 
    10.1.1.2  glusterfs_devices='[ "/dev/vdb" ]'  openshift_node_labels="type=upgrade"
    

    现在运行playbook

    ansible-playbook -i inventory2.ini openshift-ansible/playbooks/openshift-glusterfs/config.yml -e openshift_upgrade_nodes_label="type=upgrade"
    

    由于gluster已经安装在10.1.1.1上,上面的脚本将在现有gluster集群中添加10.1.1.2