Skip to content

Latest commit

 

History

History
142 lines (115 loc) · 3.17 KB

README.md

File metadata and controls

142 lines (115 loc) · 3.17 KB

ODOO INFRASTRUCTURE MODULE [v9 in progress]

This module is used for Infrastructure management. You can registry several types of equipments, access, backups and applications.

EQUIPMENTS

Alt Text

GENERAL DATA FOR EQUIPMENTS

  • Identification ( Owner - Name )
  • Name
  • Description
  • Owner (required)
  • Functions ( tags )
  • Changes.
  • Creation Audit data.
    • User
    • Date
  • Notes

GENERAL CONFIGURATION FOR EQUIPMENTS

  • Active: For openerp struct data.
  • Company: Filtered for non multicompany users.
  • Contracted Service : Add page for contract data.
  • Static IP: For equipments without network config. Delete network configuration page.
  • Disk and Partitions: Add page disk and partition page where can registry disk, formats, and mounts.
  • Access: Add button "Access" on righttop corner.
  • Backup: Add button "Backups" on righttop corner.
  • Operational System: Add operational system page where can registry name, company , and version.
  • Applications: Add page applications where you can registry all software installations (many2many).
  • Equipment type:
    • Bundle: For example: servers, this type add page for physical nformation
    • Virtual: Add page for virtual machine data as host, mem, disk size, quantity of processors, number of networks
    • Product: Example for printers, switch, router , etc. Add page to register related product.
    • Other: ...

###FUNCTIONS CONFIGURATION

  • Host: Add button "Virtuals" on righttop corner.
  • Router: Add page for router configuration.
  • Domain Controller
  • File Server
  • Dabatase Server
  • VPN Server
  • Firewall & Proxy Server
  • DHCP Server
  • Access Point
  • Domain Controller: Add page for domain data.
  • Fileserver: Add page for fileserver where can registry mappings and permissions.

ACCESS

Alt text

GENERAL DATA FOR ACCESS

  • Name
  • Equipment
  • Owner (required)
  • Note
  • Information Page
    • User
    • App
    • Desc
    • Password GENERATE SECURE PASSWORD BUTTON
    • Port
    • Link
  • SSL Page ( binaries)
    • CSR
    • CRT
    • PUBLIC KEY
    • PRIVATE KEY
  • Creation Audit data
    • User
    • Date

BACKUPS

Alt text

GENERAL DATA FOR BACKUPS

  • Name
  • Equipment (required)
  • Owner ( Related to equipment)
  • Type
    • FULL
    • DIFF
    • INCREMENTAL
    • OTHER
  • Note
  • Information Page
    • Destination
    • Origin
    • Script ( binary)
    • Frecuency
    • Time
    • Script location
  • Creation Audit data
    • User
    • Date

APPLICATIONS

Alt text

GENERAL DATA FOR APPLICATIONS

  • Name
  • Developer
  • Type
    • OpenSource
    • ClosedSource
  • License (abm involve name and a copy of license)
  • Link
  • Download Link
  • Documentation (binary)
  • Note
  • Equipments (many2many)
  • Creation Audit data
    • User
    • Date
  • If ClosedSource is selected:
    • Key
    • Keygen (binary)

ROLES:

Restrictc menu, equipment, access and backups, etc.

  • User ( 1,0,0,0)
  • Moderator (1,1,1,0)
  • Manager (1,1,1,1)
  • Portal (only models related to partner)

PARTNERS

Quick data access from partners.

Alt text