kubernetes
elasticsearch
kafka
zookeeper
ceph
cassandra
percona-cluster
glance
mariadb
spark
advanced modular IRC bouncer
Author: Patrick Hetu patrick@koumbit.org
First bootstrap your environment:
juju bootstrap
On a diffent terminal starts the log collection with the command:
juju debug-log
Setup your znc user information in myznc.yaml like this:
myznc: nickname: mynick username: myusername password: mysecretpassword channels: "ubuntu ubuntu-beginners"
Then in the first terminal create the services and expose them to the Internet:
juju bootstrap juju deploy --config myznc.yaml znc juju expose znc
Accessing your znc control panel should be ready at:
http://<your_server_address>:6667
To find out the public address of znc, look for it in the output of the juju status command.
juju status
If you have not set a master password:
To be able to connect to the web interface, you must know your usename and password. You will found it in the logs collected by the juju debug-log command. If you need it later, the password is in the /etc/znc/configs/znc.conf configuration file. You can read it by running this command:
/etc/znc/configs/znc.conf
cat /etc/znc/configs/znc.conf
after have logged with ssh in the znc server. The command will show you a line with the password looking like this:
Pass = <THE_PASSWORD>