Commit Graph

3 Commits

Author SHA256 Message Date
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