Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
66a87ceb
Commit
66a87ceb
authored
Sep 09, 2022
by
skoulouzis
Browse files
Options
Browse Files
Download
Plain Diff
marge
parents
478c799f
e7823355
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
0 deletions
+52
-0
build.sh
build.sh
+26
-0
exogeni-level-0.yml
docs/plans/exogeni-level-0.yml
+13
-0
exogeni-level-1.yml
docs/plans/exogeni-level-1.yml
+13
-0
No files found.
build.sh
0 → 100755
View file @
66a87ceb
#!/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
docs/plans/exogeni-level-0.yml
0 → 100644
View file @
66a87ceb
---
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
docs/plans/exogeni-level-1.yml
0 → 100644
View file @
66a87ceb
---
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment