Install via Devstack

Install via Devstack

The devstack supports installation from different code branch by specifying <branch-name> below. If there is no preference, it is recommended to install Apmec from master branch, i.e. the <branch-name> is master. If pike branch is the target branch, the <branch-name> is stable/pike.

  1. Download DevStack:

    $ git clone https://git.openstack.org/openstack-dev/devstack -b <branch-name>
    $ cd devstack
    
  2. Enable apmec related devstack plugins in local.conf file:

    [[local|localrc]]
    ############################################################
    # Customize the following HOST_IP based on your installation
    ############################################################
    HOST_IP=127.0.0.1
    SERVICE_HOST=127.0.0.1
    SERVICE_PASSWORD=devstack
    ADMIN_PASSWORD=devstack
    SERVICE_TOKEN=devstack
    DATABASE_PASSWORD=root
    RABBIT_PASSWORD=password
    ENABLE_HTTPD_MOD_WSGI_SERVICES=True
    KEYSTONE_USE_MOD_WSGI=True
    
    # Logging
    LOGFILE=$DEST/logs/stack.sh.log
    VERBOSE=True
    ENABLE_DEBUG_LOG_LEVEL=True
    ENABLE_VERBOSE_LOG_LEVEL=True
    GIT_BASE=${GIT_BASE:-git://git.openstack.org}
    
    APMEC_MODE=standalone
    USE_BARBICAN=True
    APMEC_BRANCH=<branch-name>
    enable_plugin networking-sfc ${GIT_BASE}/openstack/networking-sfc $APMEC_BRANCH
    enable_plugin barbican ${GIT_BASE}/openstack/barbican $APMEC_BRANCH
    enable_plugin mistral ${GIT_BASE}/openstack/mistral $APMEC_BRANCH
    enable_plugin apmec ${GIT_BASE}/openstack/apmec $APMEC_BRANCH
    
  3. Run stack.sh:

    $ ./stack.sh
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.