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
5fc53751
Commit
5fc53751
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
build issues with cassandra
parent
5a606937
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cass_zk_rmq/Vagrantfile
+5
-3
5 additions, 3 deletions
cass_zk_rmq/Vagrantfile
cassandra/Vagrantfile
+1
-0
1 addition, 0 deletions
cassandra/Vagrantfile
czr_pythons/Vagrantfile
+3
-4
3 additions, 4 deletions
czr_pythons/Vagrantfile
with
9 additions
and
7 deletions
cass_zk_rmq/Vagrantfile
+
5
−
3
View file @
5fc53751
...
@@ -22,9 +22,6 @@ Vagrant.configure("2") do |config|
...
@@ -22,9 +22,6 @@ Vagrant.configure("2") do |config|
apt-get update
apt-get update
apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools
apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools
# Clean
service cassandra stop
rm -rf /var/lib/cassandra/*
# Install RabbitMQ
# Install RabbitMQ
apt-get install -y rabbitmq-server=3.3.5-1.1
apt-get install -y rabbitmq-server=3.3.5-1.1
...
@@ -36,6 +33,11 @@ Vagrant.configure("2") do |config|
...
@@ -36,6 +33,11 @@ Vagrant.configure("2") do |config|
service zookeeper stop
service zookeeper stop
# Clean
sleep 20
service cassandra stop
rm -rf /var/lib/cassandra/*
# Minify
# Minify
apt-get clean
apt-get clean
dd if=/dev/zero of=/EMPTY bs=1M
dd if=/dev/zero of=/EMPTY bs=1M
...
...
This diff is collapsed.
Click to expand it.
cassandra/Vagrantfile
+
1
−
0
View file @
5fc53751
...
@@ -21,6 +21,7 @@ Vagrant.configure("2") do |config|
...
@@ -21,6 +21,7 @@ Vagrant.configure("2") do |config|
apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools
apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools
# Minify
# Minify
sleep 40
service cassandra stop
service cassandra stop
rm -rf /var/lib/cassandra/*
rm -rf /var/lib/cassandra/*
apt-get clean
apt-get clean
...
...
This diff is collapsed.
Click to expand it.
czr_pythons/Vagrantfile
+
3
−
4
View file @
5fc53751
...
@@ -23,10 +23,6 @@ Vagrant.configure("2") do |config|
...
@@ -23,10 +23,6 @@ Vagrant.configure("2") do |config|
apt-get update
apt-get update
apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools
apt-get install -y cassandra=3.0.9 dsc30 cassandra-tools
# Clean
service cassandra stop
rm -rf /var/lib/cassandra/*
# Install RabbitMQ
# Install RabbitMQ
apt-get install -y rabbitmq-server=3.3.5-1.1
apt-get install -y rabbitmq-server=3.3.5-1.1
...
@@ -36,6 +32,9 @@ Vagrant.configure("2") do |config|
...
@@ -36,6 +32,9 @@ Vagrant.configure("2") do |config|
apt-get install -y zookeeper zookeeperd
apt-get install -y zookeeper zookeeperd
service zookeeper stop
service zookeeper stop
sleep 20 # wait for cassandra... #todo fix
service cassandra stop # cassandra takes long to init
rm -rf /var/lib/cassandra/*
# Python modules
# 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.
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