Commit 66a87ceb authored by skoulouzis's avatar skoulouzis

marge

parents 478c799f e7823355
#!/bin/bash
mkdir build
cd drip-api
mvn install
tar -czvf drip-api-1.0-SNAPSHOT.tar.gz target/drip-api-1.0-SNAPSHOT
mv drip-api-1.0-SNAPSHOT.tar.gz ../build
cd ../
tar -czvf drip-deployer.tar.gz drip-deployer
mv drip-deployer.tar.gz build
tar -czvf drip-planner.tar.gz drip-planner
mv drip-planner.tar.gz build
cd drip-provisioner/
mvn install
mv target/drip-provisioner-1.0-SNAPSHOT-jar-with-dependencies.jar ../build
cd ../
mv etc.tar.gz build
---
publicKeyPath: "name@id_rsa.pub"
userName: "vm_user"
topologies:
- topology: "exogeni-level-1"
cloudProvider: "ExoGENI"
domain: "RENCI (Chapel Hill, NC USA) XO Rack"
status: "fresh"
tag: "fixed"
statusInfo: null
copyOf: null
sshKeyPairId: null
connections: null
---
subnets: null
components:
- name: "nodeA"
type: "switch/compute"
nodeType: "XOMedium"
OStype: "Ubuntu 14.04"
script: null
role: null
dockers: null
publicAddress: null
ethernetPort: null
VMResourceID: null
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment