Code Monkey home page Code Monkey logo

czertainly-appliance's People

Contributors

jakub-moravek avatar renovate[bot] avatar semik avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

semik

czertainly-appliance's Issues

appliance customizing for developer

developer needs switch from HTTP to SSH access method
developer needs add his SSH key to running appliance
check settings of ssh daemon if permits GIT_ env varibles

add support for HTTP proxy

CZUK have network where HTTP proxy is mandatory
local proxy on developers network should speedup testing by reducing download times

fix handling undefined proxy bug

when proxy hash variable isn't defined playbook fails with error:

TASK [Gathering Facts] *************************************************************************
fatal: [localhost]: FAILED! => {"msg": "The field 'environment' has an invalid value, which includes an undefined variable. The error was: {'http_proxy': \"{{ proxy.http | default('') }}\", 'HTTP_PROXY': \"{{ proxy.http | default('') }}\", 'HTTPS_PROXY': \"{{ proxy.https | default('') }}\", 'FTP_PROXY': \"{{ proxy.ftp | default('') }}\", 'FTPS_PROXY': \"{{ proxy.ftps | default('') }}\", 'NO_PROXY': \"{{ proxy.dont_use_for | join(',') | default ('') }}\"}: 'proxy' is undefined"}

import on vSphere Client is failing

I'm port of our appliance was tested in VMWare Workstatin 17 is just fine, same for VMWare Player. ovftool is also OK with our OVA.

vSphere Client still fails!

Image

VirtualHardwareSection/Item/Parent with value 3 can't be removed

Item on path VirtualHardwareSection/Item/Parent was removed from OVF to be able to import OVA with VMWare Sphere Client. But after that change VirtualBox 7 refuses import section with error:

Error reading "/home/semik/Downloads/czertainly-appliance-2.7.1.rc4.230530.115019.ova": Disk item with instance ID "4" specifies invalid parent "", line 54.

So we have to keep that item and fix referenced controller. Example of "fixed" controller and disk based on experiment on VMWare Workstatin 18:

<Item>
	<rasd:Address>0</rasd:Address>
	<rasd:Description>SATA Controller</rasd:Description>
	<rasd:ElementName>sataController0</rasd:ElementName>
	<rasd:InstanceID>3</rasd:InstanceID>
	<rasd:ResourceSubType>vmware.sata.ahci</rasd:ResourceSubType>
	<rasd:ResourceType>20</rasd:ResourceType>
	<vmw:CoresPerSocket ovf:required="false">1</vmw:CoresPerSocket>
 </Item>

 <Item>
	<rasd:AddressOnParent>0</rasd:AddressOnParent>
	<rasd:Caption>disk1</rasd:Caption>
	<rasd:Description>Disk Image</rasd:Description>
	<rasd:ElementName>disk1</rasd:ElementName>
	<rasd:HostResource>/disk/vmdisk1</rasd:HostResource>
	<rasd:InstanceID>4</rasd:InstanceID>
	<rasd:Parent>3</rasd:Parent>
	<rasd:ResourceType>17</rasd:ResourceType>
 </Item>

Original controller:

<Item>
        <rasd:Address>0</rasd:Address>
        <rasd:Caption>sataController0</rasd:Caption>
        <rasd:Description>SATA Controller</rasd:Description>
        <rasd:ElementName>sataController0</rasd:ElementName>
        <rasd:InstanceID>3</rasd:InstanceID>
        <rasd:ResourceSubType>AHCI</rasd:ResourceSubType>
        <rasd:ResourceType>20</rasd:ResourceType>
</Item>

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/build-image.yml
  • actions/checkout v3
  • actions/upload-artifact v3

  • Check this box to trigger a request for Renovate to run again on this repository

Appliance management interface comments

User user interface functionality and appearance

  • Install CZERTAINLY item - must be approval before start of immediate install at least, This "head shot" stopped my heart for a while.
  • Advanced options sub menu is missing Cancel button to go back to main menu
  • Any change must be approved at least clicking button OK or Save.

Technical comments

  • set automated management interface startup through user default shell set up during users' creation and stored in /etc/passwd

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.