Skip to content

Instantly share code, notes, and snippets.

@allthingsclowd
Created January 18, 2017 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allthingsclowd/9a20e0d247cc2a40fc1a6123295ff191 to your computer and use it in GitHub Desktop.
Save allthingsclowd/9a20e0d247cc2a40fc1a6123295ff191 to your computer and use it in GitHub Desktop.
MultiProjectDemoLink

K5-InterProject-Demo

Fully Automated Shared Service API Deployment on Fujitsu K5

Target - Fujitsu K5 IaaS Cloud Platform

Author: Graham Land Date: 18/1/17 Twitter: @allthingsclowd Github: https://github.com/allthingscloud Blog: https://allthingscloud.eu

The python scripts in this repository can be used to create the shared services model below auto-magically :)

image

Steps:

  1. Copy all these files to the same directory
  2. Edit the k5contractsettingsv10.py to include your K5 contract details Warning: Ensure to use two 'disposable' projects within your contract and add their names and ids to the above file. Every resource in these projects will get purged so ensure you're not sharing it with other users.
  3. Launch the build_multi_project_demo.py script and relax! All the SSH keys, public ips, etc are returned to the console.
  4. When finished playing with the routing you can use the purge_project.py to reset everything.

Happy Stacking!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment