Skip to content

Releases: grycap/im

IM Version 1.17.0

11 Jul 06:06
b720bd8
Compare
Choose a tag to compare
  • Do not create router in OST if no networks are created: #1579
  • Floating IP is not released in OpenStack: #1575
  • Fix error deleting router in OpenStack: #1574
  • Update IM setup process to use pyproject.toml: #1573
  • Return OpenAPI Spec in REST root path: #1572
  • Move REST API to Flask: #1569
  • Fix error installing collections: #1554
  • Enable to configure an OIDC group to access the IM: #1552
  • Add resource estimation function: #1551
  • Fix error with ansible versions 2.15 and higher: #1548

IM Version 1.16.0

25 Mar 08:25
3db34cb
Compare
Choose a tag to compare
  • 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.

IM Version 1.15.0

28 Sep 06:56
ab1a033
Compare
Choose a tag to compare
  • 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

IM Version 1.14.0

10 May 07:11
Compare
Choose a tag to compare
  • 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.

IM Version 1.13.2

03 Feb 08:12
Compare
Choose a tag to compare
  • 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.

IM Version 1.13.1

16 Jan 07:26
Compare
Choose a tag to compare
  • 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.

IM Version 1.13.0

27 Oct 14:50
Compare
Choose a tag to compare
  • 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.

IM Version 1.12.0

15 Sep 06:57
Compare
Choose a tag to compare
  • 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.

IM version 1.11.1

11 Apr 07:00
Compare
Choose a tag to compare
  • Fix error in OpenStack connector setting microversion: #1361.
  • Fix vo set in appdb image in EGI conn is not compared with auth data: #1367.

IM Version 1.11.0

31 Mar 12:40
Compare
Choose a tag to compare
  • 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.