Setting Up a Cloud DeploymentΒΆ

In order to allow the engine to access launchpad on your behalf, the following lines need to be added to your respective novarc files.

export CI_OAUTH_CONSUMER_KEY=ci-airline
export CI_OAUTH_TOKEN=<Please see Note below+++>
export CI_OAUTH_TOKEN_SECRET=<Please see Note below+++>
export CI_LAUNCHPAD_USER=<lp login-id>
export CI_LAUNCHPAD_PPA_OWNER=<lp login-id>

Note

+++ Use the OAuth values generated here to fill these

In addition, for HPcloud deployments, the following line should also be added to the novarc file.

export CI_TEMPURL_SIGNING_KEY=<the same as HP_SECRET_KEY>