Grycap Im Versions Save

Infrastructure Manager

v1.16.0

2 months ago
  • Fix error parsing FaaS Functions storage providers: #1509.
  • Fix concurrency error in Lambda conn: #1512.
  • Fix error in disk info in VMs in OpenStack when root disk is resized: #1520.
  • Improve K8s conector.

v1.15.0

8 months ago
  • Fix error resizing VMs: #1498.
  • Enable to set root disk size in EC2, Azure and GCE conns: #1491.
  • Return error if instance is not get in stop, start, reboot ops in EC2 conn: #1490.
  • Fix error in OSCAR or Lambda cons with env variables with ":": #1485.
  • Add requests-cache to improve performance in TOSCA parsing: #1505.
  • Improve performance in Infrastructure List operation: #1506. WARNING: It requires a DB update. Please make a copy of the DB before applying the script. Use scripts/db_1_14_X_to_1_15_X.py to update it. It can be used with a docker image with one of these commands:
    # In case of SQLITE:
    docker run --rm -v /etc/im/inf.dat:/inf.dat \
      -ti ghcr.io/grycap/im:db_1_14_15 python3 /db_1_14_X_to_1_15_X.py  \
      "sqlite:///inf.dat" | tee db_update.log

    # In case of MySQL:
    docker run --rm -ti ghcr.io/grycap/im:db_1_14_15 \
      python3 /db_1_14_X_to_1_15_X.py "mysql://username:password@server/db_name" \
      | tee db_update.log

v1.14.0

1 year ago
  • Rename ansible.modules to ansible.roles: #1473.
  • Enhance proxy host support in contextualization: #1474.
  • Enable to install ansible collections: #1464.
  • Enable to use wildcards in the instance type: #1469.

v1.13.2

1 year ago
  • Enable use STS security token in EC2 connector: #1459.
  • Fix error with OpenSSL in contextualization: #1457 .
  • Fix error deleting OST infras with dydns name: #1454.

v1.13.1

1 year ago
  • Enable to delete FaaS functions using TOSCA: #1438 .
  • Enable to create public router in OpenStack: #1433 .
  • Enable to define dependencies in OSCAR conn: #1451.
  • Search VM Images in sites using name: #1449.

v1.13.0

1 year ago
  • Add function to get the list of infrastructure owners: #1422.
  • Add an admin user: #1414.
  • Add additional_dns_names field: #1412.
  • Enable to delete nodes using TOSCA without remove_list: #1429.

v1.12.0

1 year ago
  • Fix error creating snapshot in OpenNebula 6: #1406.
  • Fix error deleting VMs in OpenNebula 6: #1404.
  • Minor changes to support Keycloak EGI checkin: #1400.
  • Enable to set a subnet in GCE: #1385.
  • Add support for availability_zone in OpenStack conn: #1382.
  • Fix error "No compatible OpenStack auth data has been specified.": #1377.
  • In case of setting network_name using OST format (priv,pub) pub net is not assigned: #1371.
  • Fix error getting OpenNebula quotas: #1360.
  • Enable to get info from VM images from AppDB/AppDBIS or CMDB: #978.

v1.11.1

2 years ago
  • Fix error in OpenStack connector setting microversion: #1361.
  • Fix vo set in appdb image in EGI conn is not compared with auth data: #1367.

v1.11.0

2 years ago
  • Fix error accessing the same OpenStack site using different project id: #1146.
  • Fix error cloud id is set in deploys of the infrastructure RADL: #1285.
  • Enable to define appdb images without setting site name: #1287.
  • Enable to use default values in attributes: #1292.
  • Add disable contextualize option in VMs: #1293.
  • Fix error setting gpu specs in EC2 conn: #1295.
  • Add suport to OSCAR services: #1296.
  • Enable to share or change the owner of an infrastructure: #1301.
  • Error using ServicePrincipalCredentials in Azure conn: #1307.
  • Remove AzureClassic connector: #1310.
  • Improve Azure connector using one single RG: #1317.
  • Improve TOSCA get_attribute function: #1333.
  • Enable to get Ansible task output at TOSCA output value: #1332.
  • Support for specifying the remote cidr in the public security group: #1338.
  • Fix error in EGI connector using appdb image url without setting site name: #1343.
  • Fix error getting project ids from AppDB: #1347.

v1.10.8

2 years ago
  • Open SSH port on networks with proxy host: #1255.
  • Add OIDC Access Token inside the VM: #1258.
  • Enable to set OpenStack microversion: #1260.
  • Fix error in EGI connector using ost:// images: #1270 .
  • Fix error setting a tag with "." in OpenNebula and GCE conns: #1272.