Building and Deploying

For Starting installer and building images please refer to the configuration instructions.

Procedure

  1. Login to OpenShift, you will see a response as below. Input your credentials and login.
    $ oc login
     
    OpenShift server [https://localhost:8443]: https://openshift.example.com
     
    Username: <username>
    Authentication required for https://openshift.example.com (openshift)
    Password: <password>
    Login successful.
     
    You don't have any projects. You can try to create a new project, by running
     
        $ oc new-project <projectname>
     
    Welcome to {product-title}! See 'oc help' to get started.
  2. Build the TML images.
  3. Copy the /var/jenkins_home/docker-deploy/ folder in "tml-installer" container to the host. Below is an example command to copy the folder in the current working directory on the host.
    docker cp <tml-installer container id >:/var/jenkins_home/docker-deploy
    
  4. Navigate to the /docker-deploy/gcp/openshift/ folder on the host and update the reference manifest deployment file manifest-single-zone.json for customizing deployment.