FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

Install pilosa #15

Closed jaffee closed 7 years ago

jaffee commented 7 years ago

update user_data and vpc and subnet ids.

User data now sets open files limit, installs make and git, installs Go, installs Pilosa, sets up Pilosa's config, and sets up GOPATH etc. in .bashrc for convenience.

Removed S3 stuff.

Added another port to security group for internal communication.

Parameterized cfn-pilosa.py so less stuff is hardcoded.

Added configurable volume size/type to Pilosa node instances.

jaffee commented 7 years ago

@codysoyland this is no longer WIP - ready for review. It won't quite work perfectly until https://github.com/pilosa/pilosa/pull/614 is merged, as make install doesn't seem to work on a freshly pulled repo without glide installed.

jaffee commented 7 years ago

@codysoyland volume size/type are params now - I also snuck some other stuff in that I was working on concurrently. I'm beginning to think there are too many different things in this repo.