Git Product home page Git Product logo

Comments (8)

frobware avatar frobware commented on July 27, 2024

/cc @wking

from installer.

steveej avatar steveej commented on July 27, 2024

/assign

from installer.

wking avatar wking commented on July 27, 2024

What URI are you passing in? Maybe you are missing a file:// prefix.

from installer.

frobware avatar frobware commented on July 27, 2024

What URI are you passing in? Maybe you are missing a file:// prefix.

admin:
  email: [email protected]
  password: redacted
  sshKey: "ssh-rsa ..."

# The base DNS domain of the cluster. It must NOT contain a trailing period. Some
# DNS providers will automatically add this if necessary.
#
# Example: `openshift.example.com`.
#
# Note: This field MUST be set manually prior to creating the cluster.
baseDomain: tt.testing

libvirt:
  # You must specify an IP address here that libvirtd is listening on,
  # and that the cluster-api controller pod will be able to connect
  # to.  Often 192.168.122.1 is the default for the virbr0 interface.
  uri: qemu+tcp://192.168.122.1/system
  network:
    name: tectonic
    ifName: tt0
    ipRange: 192.168.124.0/24
  image: /home/aim/rhcos-qemu.qcow2

ca:
  # (optional) The content of the PEM-encoded CA certificate, used to generate Tectonic Console's server certificate.
  # If left blank, a CA certificate will be automatically generated.
  # cert:

  # (optional) The content of the PEM-encoded CA key, used to generate Tectonic Console's server certificate.
  # This field is mandatory if `ca_cert` is set.
  # key:

  # (optional) The algorithm used to generate ca_key.
  # The default value is currently recommended.
  # This field is mandatory if `ca_cert` is set.
  # keyAlg: RSA

iscsi:
  # (optional) Start iscsid.service to enable iscsi volume attachment.
  # enabled: false

master:
  nodePools:
    - master

# The name of the cluster.
# If used in a cloud-environment, this will be prepended to `baseDomain` resulting in the URL to the Tectonic console.
#
# Note: This field MUST be set manually prior to creating the cluster.
# Warning: Special characters in the name like '.' may cause errors on OpenStack platforms due to resource name constraints.
name: gfs1

networking:
  # (optional) This declares the MTU used by Calico.
  # mtu:

  # (optional) This declares the IP range to assign Kubernetes pod IPs in CIDR notation.
  podCIDR: 10.2.0.0/16

  # (optional) This declares the IP range to assign Kubernetes service cluster IPs in CIDR notation.
  # The maximum size of this IP range is /12
  serviceCIDR: 10.3.0.0/16

  # (optional) Configures the network to be used in Tectonic. One of the following values can be used:
  #
  # - "flannel": enables overlay networking only. This is implemented by flannel using VXLAN.
  #
  # - "canal": enables overlay networking including network policy. Overlay is implemented by flannel using VXLAN. Network policy is implemented by Calico.
  #
  # - "calico-ipip": [ALPHA] enables BGP based networking. Routing and network policy is implemented by Calico. Note this has been tested on baremetal installations only.
  #
  # - "none": disables the installation of any Pod level networking layer provided by Tectonic. By setting this value, users are expected to deploy their own solution to enable network connectivity for Pods and Services.
  # type: flannel

nodePools:
    # The number of master nodes to be created.
    # This applies only to cloud platforms.
  - count: 1
    name: master

    # The number of worker nodes to be created.
    # This applies only to cloud platforms.
  - count: 1
    name: worker

# The platform used for deploying.
platform: libvirt

# The pull secret in JSON format.
# This is known to be a "Docker pull secret" as produced by the docker login [1] command.
# A sample JSON content is shown in [2].
# You can download the pull secret from your Account overview page at [3].
#
# [1] https://docs.docker.com/engine/reference/commandline/login/
#
# [2] https://coreos.com/os/docs/latest/registry-authentication.html#manual-registry-auth-setup
#
# [3] https://account.coreos.com/overview
pullSecretPath: /path/to/config.json
worker:
  nodePools:
    - worker

from installer.

wking avatar wking commented on July 27, 2024
image: /home/aim/rhcos-qemu.qcow2

This should be image: file:///home/aim/rhcos-qemu.qcow2 since #271 (see also #282).

from installer.

frobware avatar frobware commented on July 27, 2024

This should be image: file:///home/aim/rhcos-qemu.qcow2 since #271 (see also #282).

Oh! OK, thanks. Apologies.

from installer.

steveej avatar steveej commented on July 27, 2024

Oh! OK, thanks. Apologies.

No need for apologies ;-) I've added it to the troubleshooting docs so it's documented somewhere.

from installer.

wking avatar wking commented on July 27, 2024

I've added it to the troubleshooting docs so it's documented somewhere.

Probably not worth doing this, with the knob going away soon (#310, here).

from installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.