Website: https://allthingscloud.eu
Github: @allthingsclowd
# Input parameters | |
parameters: | |
k5_ubuntu_image: | |
type: string | |
label: Image name or ID | |
description: Image to be used for compute instance | |
default: "Ubuntu Server 14.04 LTS (English) 02" | |
flavor: | |
type: string | |
label: Flavor |
heat_template_version: 2013-05-23 | |
# Author: Graham Land | |
# Date: 18/07/2017 | |
# Purpose: Example HEAT Stack that demonstrates how to output a disk UUID | |
# | |
# Twitter: @allthingsclowd | |
# Blog: https://allthingscloud.eu | |
# | |
# |
Website: https://allthingscloud.eu
Github: @allthingsclowd
function getNextTable() { | |
return new Promise(function(resolve,reject) { | |
driver.findElement(By.xpath('//*[@id="fixed-container"]/div/form/div[2]/div[4]/table[1]/tbody')).getText() | |
.then(function(result) { | |
console.log(result); | |
this.emailList = this.emailList + result; | |
driver.findElement(By.xpath('//*[@id="paging_table"]/tbody/tr[1]/td[4]/input')).click() | |
.catch(function(e){ | |
if (e.message.match("no such element")){ | |
resolve(false); |
# Basic K5 template to demonstrate Fujitsu's HEAT Autoscaling enhancements | |
# Author: Graham J Land | |
# Date: 10/10/2017 | |
heat_template_version: 2013-05-23 | |
description: | |
Fujitsu Cloud Service K5 IaaS AutoScaling Example Template. | |
# The prerequisites for a successful deployment |
const express = require('express') | |
const app = express() | |
const serverName = require('os').hostname(); | |
const messageTop = '<div class="middle">\ | |
<img src="https://www.fujitsu.com/uk/Images/K5-climber-580x224_tcm23-2619235.jpg" alt="K5 Autoscale">\ | |
<h1>Hello from ' | |
const messageTail = '</h1>\ | |
<hr>\ |
description "Fujitsu K5 IaaS AutoScaling Demo Node.js Server" | |
author "Graham J Land" | |
start on started mountall | |
stop on shutdown | |
respawn | |
respawn limit 99 5 | |
script |
heat_template_version: 2013-05-23 | |
# Author: Graham Land | |
# Date: 15/11/2017 | |
# Purpose: Demo IPSec VPNaaS - Base for Project A | |
# | |
# Twitter: @allthingsclowd | |
# Blog: https://allthingscloud.eu | |
# | |
# |
heat_template_version: 2013-05-23 | |
# Author: Graham Land | |
# Date: 15/11/2017 | |
# Purpose: Demo IPSec VPNaaS - Base for Project B - Two Networks and a Router with two Servers C & D | |
# | |
# Twitter: @allthingsclowd | |
# Blog: https://allthingscloud.eu | |
# | |
# |
K5 Admin Console is a basic reactive front-end Angular portal that I put together for three reasons: