Commit Graph

6 Commits

Author SHA256 Message Date
198fdc1ef6 Accepting request 785669 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.9.6
  + New option for load balancer listener create/update.
    * ``oci lb listener create --connection-configuration-backend-tcp-proxy-protocol-version``
    * ``oci lb listener update --connection-configuration-backend-tcp-proxy-protocol-version``
  + COMMON_ISSUES.rst file: includes common user installation issues and how to fix them.
  + Bulk VNIC Data Fetch by compartment-id.
    *  ``--instance-id`` is optional for ``oci compute instance list-vnics --compartment-id``
  + Creating a budgets alert rule.
    * ``--recipients`` is optional for ``oci budgets alert-rule create``
  + Improved Installation experience by checking if Curl and Python are
    working in the system before using them.
- from version 2.9.5
  + Support for updating the shape of a Database System in the Database service
    * ``oci db system update --shape``
  + Support for generating CPE Configuration for customer to download in the Networking service
    * ``oci network cpe get-cpe-device-config-content``
    * ``oci network cpe-device-shape list``
    * ``oci network cpe-device-shape-detail get-cpe-device-shape``
    * ``oci network tunnel-cpe-device-config``
    * ``oci network cpe create --cpe-device-shape-id``
    * ``oci network cpe update --cpe-device-shape-id``
    * ``oci network ip-sec-connection get-ipsec-cpe-device-config-content``
  + Private IP and Fault Domain for Kubernetes cluster nodes in the NodePool response
  + Support for calling Oracle Cloud Infrastructure services in the Montreal
    region (``--region  ca-montreal-1``)
  + The following for the Data Transfer service
    * Notifications setup
      - ``oci dts job create`` has a new option called ``--setup-notificaitons``
      - ``oci dts appliance request`` has a new option called ``--setup-notificaitons``
    * Bug fixes in ``oci dts export configure-physical-appliance``

OBS-URL: https://build.opensuse.org/request/show/785669
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=6
2020-03-16 16:10:29 +00:00
deab0fd027 Accepting request 772549 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.9.1
  + Support for Data Science Service
    * ``oci data-science``
  + Support for new OCI regions ap-osaka-1 and ap-melbourne-1.
- from version 2.9.0
  + Support for Data Catalog Service
    * ``oci data-catalog``
  + Support for Data Flow Service
    * ``oci data-flow``
  + Support for Application Migration Service
    * ``oci application-migration``
  + Support for offline data export in the Data Transfer Service
    * ``oci dts export``
  + Support for cross shape Data Guard. Customer to provide shape information
    when setting up Data Guard association.
    *  ``oci db data-guard-association create with-new-db-system --shape``
  + [Breaking] oci oce cluster create --dashboard-enabled is now disabled by default.
- from version 2.8.2
  + Support for getting DRG redundancy status in the Networking service
    * ``oci network drg-redundancy-status get --drg-id``
  + Support for cloning autonomous databases from backups in the Database service
    * ``oci db autonomous-database create-from-backup-id``
    * ``oci db autonomous-database create-from-backup-timestamp``
- from version 2.8.1
  + Support for description field to Route rule and Security rules.
    * oci route-table create
    * oci route-table update
    * oci security-list create
    * oci security-list update
  + Support for create, get, delete, list commands for db-home command

OBS-URL: https://build.opensuse.org/request/show/772549
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=5
2020-02-10 14:30:58 +00:00
e285820a0b Accepting request 763691 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.8.0
  + Improved configuration of the maintenance window details for Autonomous
    Container Database by adding the option in the Database Service
    * ``oci db autonomous-container-database create --maintenance-window-details``
    * ``oci db autonomous-container-database update --maintenance-window-details``
  + Corporate proxy field is now optional when a creating exadata infrastructure.
    * ``oci db exadata-infrastructure create --corporate-proxy``
  + [Breaking] Hostname field within Node details which is
    part of VM Networks field is now required
    * ``oci db vm-cluster-network update --vm-networks``
  + Fixed ``--all`` option for ``api-gateway`` list commands
    * ``oci api-gateway deployment list``
    * ``oci api-gateway gateway list``
- Refresh patches for new version
  + oc_relax-python-depends.patch
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/763691
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=4
2020-01-13 12:47:12 +00:00
f9e71a1ce1 Accepting request 762190 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.7.0
  + Support for Oracle Cloud Infrastructure API Gateway service
    * ``oci apigateway``
  + Boot volumes support for cross-region backups in Block Volume Service
    * ``oci bv boot-volume-backup copy``
    * ``oci bv boot-volume-backup list --source-boot-volume-backup-id``
  + Support for managing TSIG Key resources in the DNS service.
    * ``oci dns tsig-key``
  + Support for referencing TSIG Key resources by OCID within Zone resources in the DNS service.
    * ``oci dns zone create --external-masters``
    * ``oci dns zone update --external-masters``
  + Removed Identity Cloud service(idcs) access token requirement for Container Engine delete
    operation. Also, support secondary idcs stripe for Container Engine creation.
    * ``oci oce oce-instance delete``
    * ``oci oce oce-instance create --identity-stripe``
  + Support to resize compute virtual machine instance to a different shape in Compute Service.
    * ``oci compute instance update --id <id> [--shape <shape>]``
  + Support for OS Management Service.
    * ``oci os-management``
  + Improve nodepool creation, specify the image of the nodes by the
    image OCID in the Container Engine Service.
    * ``oci ce node-pool create --node-image-id``
  + Add management configuration for oracle-cloud-agent in Compute Service
    * ``oci compute instance launch --agent-config``
  + Support for Marketplace Service.
    * ``oci marketplace``
  + Allow customers to bring their own keys to Key Management Service.
    * ``oci kms management get-wrapping-key``
    * ``oci kms management import-key``
    * ``oci kms management import-key-version``

OBS-URL: https://build.opensuse.org/request/show/762190
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=3
2020-01-09 22:38:28 +00:00
e4647e3989 Accepting request 745485 from home:glaubitz:branches:Cloud:Tools
- Update to version 2.6.10
  + Support for retrieving metadata for Autonomous Wallet, both regional and
    instance, as well as requesting rotation of Autonomous Wallets, both
    regional instance. Generate wallet now allows for specifying the wallet
    type to download, All or Single.
  + ``oci db autonomous-database get-metadata --id <an OCID of an autonomous database>``
  + ``oci db autonomous-database get-regional-wallet-metadata``
  + ``oci db autonomous-database-wallet rotate --should-rotate true
    --id <an OCID of an autonomous database>``
  + ``oci db autonomous-database-wallet rotate-regional-wallet --should-rotate true``
  + ``oci db autonomous-database generate-wallet --generate-type ALL``
  + ``oci db autonomous-database generate-wallet --generate-type SINGLE``
  + Support for adding and removing image shape compatibility entries
    * ``oci compute image-shape-compatibility-entry add``
    * ``oci compute image-shape-compatibility-entry remove``
  + Support for managing redirects (e.g. create, update, delete, get list)
    * ``oci waas http-redirect change-compartment --compartment-id, --http-redirect-id``
    * ``oci waas http-redirect create --compartment-id, --domain, --target,
      --defined-tags, --display-name, --freeform-tags, --response-code``
    * ``oci waas http-redirect delete --http-redirect-id, --force``
    *  ``oci waas http-redirect get --http-redirect-id``
    * ``oci waas http-redirect list --compartment-id, --all-pages, --display-name,
      --id, --time-created-greater-than-or-equal-to, --time-created-less-than``
    * ``oci waas http-redirect update --http-redirect-id, --defined-tags,
      --display-name, --force, --freeform-tags, --response-code, --target``
  + Support for migrating Dyn HTTP Redirect Service to OCI DNS
    * ``oci dns zone migrate-from-dynect``
  + ``oci setup oci-cli-rc`` will try to create the directory for the
    oci_cli_rc file, if it does not exist.
  + Added validation check for thread count ``--parallel-upload-count`` and

OBS-URL: https://build.opensuse.org/request/show/745485
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=2
2019-11-05 13:51:34 +00:00
7ef8454b90 Accepting request 726723 from home:glaubitz:branches:Cloud:Tools
- Initial build
  + Version 2.6.2
- Add patch to relax Python dependencies in requirements.txt and setup.py
  + oc_relax-python-depends.patch
- Disable testsuite as it currently requires an OCI account
  + https://github.com/oracle/oci-cli/issues/187

OBS-URL: https://build.opensuse.org/request/show/726723
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/oci-cli?expand=0&rev=1
2019-09-04 06:40:57 +00:00