Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
63e4a2e5
There was a problem fetching the latest pipeline status.
Commit
63e4a2e5
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
meta
parent
40a5103c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#594
failed with stage
in 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cass_zk_rmq/build.sh
+0
-2
0 additions, 2 deletions
cass_zk_rmq/build.sh
czr_pythons/build.sh
+4
-26
4 additions, 26 deletions
czr_pythons/build.sh
make.py
+1
-2
1 addition, 2 deletions
make.py
with
5 additions
and
30 deletions
cass_zk_rmq/build.sh
+
0
−
2
View file @
63e4a2e5
...
@@ -3,5 +3,3 @@
...
@@ -3,5 +3,3 @@
bash boxen/cassandra/build.sh
bash boxen/cassandra/build.sh
bash wynurz.sh zookeeeper
bash wynurz.sh zookeeeper
bash wynurz.sh rabbitmq
bash wynurz.sh rabbitmq
This diff is collapsed.
Click to expand it.
czr_pythons/build.sh
+
4
−
26
View file @
63e4a2e5
...
@@ -4,32 +4,10 @@ pip install --upgrade pip==1.5.6
...
@@ -4,32 +4,10 @@ pip install --upgrade pip==1.5.6
pip
install
--upgrade
setuptools
==
5.5.1
pip
install
--upgrade
setuptools
==
5.5.1
# Oracle Java JRE
apt-get
install
-y
debconf-utils
echo
"deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main"
>
/etc/apt/sources.list.d/webupd8team-java.list
echo
"deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main"
>>
/etc/apt/sources.list.d/webupd8team-java.list
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
EEA14886
apt-get update
echo
debconf shared/accepted-oracle-license-v1-1
select
true
| debconf-set-selections
apt-get
install
-y
oracle-java8-installer
# Install Apache Cassandra
echo
"deb http://debian.datastax.com/community stable main"
>
/etc/apt/sources.list.d/cassandra.sources.list
curl
-L
http://debian.datastax.com/debian/repo_key | apt-key add -
apt-get update
apt-get
install
-y
cassandra
=
3.0.9 dsc30 cassandra-tools
# Install RabbitMQ
# Install RabbitMQ
apt-get
install
-y
rabbitmq-server
=
3.3.5-1.1
$(
bash wynurz.sh java
&&
bash wynurz.sh cassandra
&&
service rabbitmq-server stop
bash wynurz.sh rabbitmq
&&
bash wynurz.sh zookeeper
)
&
# Install ZooKeeper
apt-get
install
-y
zookeeper zookeeperd
service zookeeper stop
bash assaassinate_cassandra.sh
# Python modules
pip
install
cassandra-driver kazoo CoolAMQP requests futures six monotonic nose mock
pip
install
cassandra-driver kazoo CoolAMQP requests futures six monotonic nose mock
This diff is collapsed.
Click to expand it.
make.py
+
1
−
2
View file @
63e4a2e5
...
@@ -41,8 +41,7 @@ build_$BOX:
...
@@ -41,8 +41,7 @@ build_$BOX:
- cd ..
- cd ..
'''
.
replace
(
'
$BOX
'
,
box
).
replace
(
'
$PREFIX
'
,
'
henrietta/
'
))
'''
.
replace
(
'
$BOX
'
,
box
).
replace
(
'
$PREFIX
'
,
'
henrietta/
'
))
if
sys
.
argv
[
1
]
==
'
meta
'
:
if
'
'
.
join
(
sys
.
argv
).
endswith
(
'
meta
'
):
with
open
(
'
DESCRIPTION
'
,
'
rb
'
)
as
mdin
,
open
(
'
metadata.json
'
,
'
wb
'
)
as
mdout
:
with
open
(
'
DESCRIPTION
'
,
'
rb
'
)
as
mdin
,
open
(
'
metadata.json
'
,
'
wb
'
)
as
mdout
:
description
=
mdin
.
read
().
strip
()
description
=
mdin
.
read
().
strip
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment