zulip/templates/zerver/integrations/openshift.md

1.7 KiB
Raw Blame History

This integration sends a notification every time a deployment is made in an OpenShift instance.

  1. {!create-stream.md!}

  2. {!download-python-bindings.md!}

  3. Then, create a new commit including all the changes made to the repository, and push it to your app.

  4. After that, connect to the application through SSH. If you dont know how to do this, log in to your OpenShift Online account, go to your applications dashboard, and click Want to log in to your application?. There youll find the apps SSH user, address, and further information on SSH, in case you need it.

    Connecting to application

  5. {!change-zulip-config-file.md!}

  6. You can also specify which pushes will result in notifications and to what stream the notifications will be sent by modifying the deployment_notice_destination function in zulip_openshift_config.py. By default, deployments triggered by commits pushed to the main, master, and test-post-receive branches will result in a notification to stream deployments.

  7. Save the file, and symlink $OPENSHIFT_PYTHON_DIR/virtenv/share/zulip/integrations/openshift/post-receive into the ~/app-root/repo/.openshift/action_hooks directory.

  8. Whenever you make a push to the main branch of your applications repository (or whichever branch you configured above), or if you force a deployment, the Zulip OpenShift plugin will send an automated notification.

{!congrats.md!}

OpenShift integration message

Testing

You can test the plugin without changing your main branch by pushing to the test-post-receive branch.