lsst-uk / somerville-operations

User issue reporting and tracking for the Somerville Cloud
0 stars 0 forks source link

VM flavors for Gaia DMP #145

Closed Zarquan closed 5 months ago

Zarquan commented 5 months ago

In order to create a full Zeppelin/Spark deployment we need to create some new VM flavors to match those used on the Cambridge Arcus system.

  {
    "ID": "....",
    "Name": "gaia.vm.2vcpu",
    "RAM": 3072,
    "Disk": 14,
    "Ephemeral": 0,
    "VCPUs": 2
  },
  {
    "ID": "....",
    "Name": "gaia.vm.4vcpu",
    "RAM": 6144,
    "Disk": 22,
    "Ephemeral": 0,
    "VCPUs": 4
  },
  {
    "ID": "....",
    "Name": "gaia.vm.26vcpu",
    "RAM": 44032,
    "Disk": 20,
    "Ephemeral": 180,
    "VCPUs": 26
  }
GregBlow commented 5 months ago

Good morning,

The university is presently having problems with it's source control platform, which we use for deploying flavors. I can have these flavors created directly if it's urgent, otherwise expected time of resolution of the blocking issue is tomorrow.

Zarquan commented 5 months ago

No problem. Not urgent. Thanks.

Zarquan commented 5 months ago

@GregBlow is the source control available now ? It would be good to be able to use the new flavors this weekend.

GregBlow commented 5 months ago

@DP-B21 has coded the new flavours earlier today, however it appears that there is presently an issue running the ansible playbooks that apply them out to openstack. I've popped a query in slack to StackHPC to see if this is a straightforward fix, but regardless I'll see to getting these out on Monday.

GregBlow commented 5 months ago

Good morning,

The elegant way of implementing this is still broken, so I've gone ahead and implemented expediently. Could you please test and verify, @Zarquan . Thank you.

Zarquan commented 5 months ago

Ne wflavors tested :+1: