I hereby claim:
- I am kostassoid on github.
- I am kostassoid (https://keybase.io/kostassoid) on keybase.
- I have a public key ASBDtptVwCCB6kTO0eSEByTYdrmsiYRUP_hSRNIGsvZeggo
To claim this, I am signing this object:
| Vagrant.require_version ">= 2.2.8" | |
| ENV['VAGRANT_EXPERIMENTAL'] = 'disks' | |
| $script = <<-SCRIPT | |
| echo Setting up Stable Diffusion | |
| apt-get update && apt-get -y install curl build-essential libxrender-dev python3.8 | |
| apt update && apt install -y libsm6 libxext6 | |
| wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.12.0-Linux-x86_64.sh | |
| bash Miniconda3-py38_4.12.0-Linux-x86_64.sh -b -p $HOME/miniconda | |
| export PATH="$HOME/miniconda/bin:$PATH" |
| function g() { | |
| git $args[0] | |
| } | |
| function gc() { | |
| git commit --verbose --message $args[0] | |
| } | |
| function gco() { | |
| git checkout |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| import sys, argparse, json, random | |
| def main(argv): | |
| parser = argparse.ArgumentParser(description='Repartitioner.') | |
| parser.add_argument('input', help='current partitioning info file') | |
| parser.add_argument('output', help='output partitioning info file') | |
| parser.add_argument('brokers', help='brokers list') | |
| parser.add_argument('--replication-factor', type=int, help='replication factor') |
| global | |
| log 127.0.0.1 local0 info | |
| maxconn 100 | |
| user Admin | |
| group Administrators | |
| stats socket /var/run/haproxy.stat mode 600 level admin | |
| daemon | |
| defaults | |
| log global |
| set RABBITMQ_NODE_PORT=6001 | |
| set RABBITMQ_NODENAME=rabbit1 | |
| set RABBITMQ_SERVICE_NAME=rabbit1 | |
| set RABBITMQ_SERVER_START_ARGS=-rabbitmq_management listener [{port,15672}] | |
| call rabbitmq-server -detached | |
| set RABBITMQ_NODE_PORT=6002 | |
| set RABBITMQ_NODENAME=rabbit2 | |
| set RABBITMQ_SERVICE_NAME=rabbit2 | |
| set RABBITMQ_SERVER_START_ARGS=-rabbitmq_management listener [{port,15673}] | |
| call rabbitmq-server -detached |