Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Installation

  • CloudHub Portal을 운영중인 Host에 아래와 같이 솔루션을 설치합니다.

Pyvmomi 설치

  • VMware vSphere API Python Bindings

    $ pip3 install pyVmomi

VMware vCLI 설치

  • vCLI 설치 전 필수 소프트웨어 설치합니다.

    $ yum install e2fsprogs-devel libuuid-devel openssl-devel perl-devel
    $ yum install glibc.i686 zlib.i686
    $ yum install perl-XML-LibXML libncurses.so.5 perl-Crypt-SSLeay
    $ yum -y install perl-Socket6
    $ yum -y install cpan
    $ yum -y install gcc-c++
    $ PERL_MM_USE_DEFAULT=1 cpan install BINGOS/ExtUtils-MakeMaker-6.96.tar.gz LEONT/Module-Build-0.4205.tar.gz JRM/UUID-0.28.tar.gz ESAYM/Time-Piece-1.3401.tar.gz  PERIGRIN/XML-NamespaceSupport-1.12.tar.gz  SHLOMIF/IO-Socket-INET6-2.72.tar.gz
  • vCLI Package 설치

1 단계 : vCLI 설치 Package 다운로드합니다.

2 단계 : root 로 로그인합니다.

3 단계 : 다운로드한 vCLI 압축 해제합니다.

$ tar zxvf <file-path>/VMware-vSphere-CLI-6.7.0-8156551.x86_64.tar.gz -C <file-path>

4 단계 : 설치 프로그램 실행합니다.

$ sudo <file-path>/vmware-vsphere-cli-distrib/vmware-install.pl

5 단계 : 라이센스 조항에 동의 하려면 yes하고 Enter

설치 관리자는 CPAN에 연결하고 필수 소프트웨어를 설치합니다. 

연결하는 데 시간이 오래 걸릴 수 있습니다.

6 단계 : 설치 경로를 지정하고 Enter

Default Path : /usr/bin

7 단계 : vCLI 설치 확인합니다.

$ esxcli -s <vCenter Server or ESXi host> -u <username> -p <password> -h <host-location> system syslog config get

위 명령어를 입력하면 Certificate error. 와 함께 thumbprint : xx:xx:xx:xx:xx … 가 출력되면 아래와 같이 thumbprint를 credstore에 추가합니다.

  • thumbprint 추가합니다.

    $ /usr/lib/vmware-vcli/apps/general/credstore_admin.pl add --server <host-location> --thumbprint <thumbprint>

Salt-minion 서비스 Python 환경 변수 추가

  • VMware를 운영 중인 Host에서 작업합니다.

    $ vim /usr/lib/systemd/system/salt-minion.service
    # [Service]에 Python3.6 환경변수 추가
    #
    Environment="PYTHONPATH=/usr/local/lib/python3.6/site-packages:/usr/lib/python3.6/site-packages"
    $ systemctl daemon-reload

CloudHub addon argument 추가

  • Infrastructure 메뉴의 상단 VMware Tab on/off optionable 처리합니다.

  • CloudHub service 실행시 server argument에 Add-on 옵션 추가합니다.

    • -u=vsphere:on

    # CloudHub server option
    #
    $ vim /etc/default/cloudhub
    CLOUDHUB_OPTS="-l=debug \
    .......
    -u=vsphere:on \
    ......."
  • CloudHub service 재시작

    $ systemctl daemon-reload
    $ systemctl restart cloudhub

VMware 탭이 안보이는 경우

  • Infrastructure 메뉴의 Host Application에 vSphere 가 존재해야 표시됩니다.

  • 관리 가능한 User Role : admin 이상

  • No labels