batrick / ceph-linode

Launch Ceph using the Linode VPS provider
GNU General Public License v3.0
13 stars 10 forks source link

Linode api4 #29

Closed bengland2 closed 5 years ago

bengland2 commented 5 years ago

By upgrading to linode_api4 API from the previous one, the complexity of the API to linode was greatly reduced. We may need to reintroduce some parallelism in this, but just wanted to get the basic idea across first. There are several important changes caused by this:

Once you have python3 set up and your python command will automatically start python3 instead of python2, then the centos command:

virtualenv linode-env && source linode-env/bin/activate && pip install linode_api4

will let you run this.

bengland2 commented 5 years ago

I'm going to withdraw this PR, needs to be done more incrementally than this. It turns out that it is not possible to get high IOPS from linode "volumes". However, the IPv6 stuff worked fine.